QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
Go to the source code of this file.
Macros | |
#define | FID_IS_NEW(fid) ( fid < 0 && fid != std::numeric_limits<QgsFeatureId>::min() ) |
#define | FID_IS_NULL(fid) ( fid == std::numeric_limits<QgsFeatureId>::min() ) |
#define | FID_NULL std::numeric_limits<QgsFeatureId>::min() |
#define | FID_TO_NUMBER(fid) static_cast<qint64>( fid ) |
#define | FID_TO_STRING(fid) ( fid != std::numeric_limits<QgsFeatureId>::min() ? QString::number( fid ) : QStringLiteral( "NULL" ) ) |
#define | STRING_TO_FID(str) ( (str).toLongLong() ) |
Typedefs | |
typedef qint64 | QgsFeatureId |
typedef QSet< QgsFeatureId > | QgsFeatureIds |
#define FID_IS_NEW | ( | fid | ) | ( fid < 0 && fid != std::numeric_limits<QgsFeatureId>::min() ) |
Definition at line 28 of file qgsfeatureid.h.
#define FID_IS_NULL | ( | fid | ) | ( fid == std::numeric_limits<QgsFeatureId>::min() ) |
Definition at line 27 of file qgsfeatureid.h.
#define FID_NULL std::numeric_limits<QgsFeatureId>::min() |
Definition at line 26 of file qgsfeatureid.h.
#define FID_TO_NUMBER | ( | fid | ) | static_cast<qint64>( fid ) |
Definition at line 29 of file qgsfeatureid.h.
#define FID_TO_STRING | ( | fid | ) | ( fid != std::numeric_limits<QgsFeatureId>::min() ? QString::number( fid ) : QStringLiteral( "NULL" ) ) |
Definition at line 30 of file qgsfeatureid.h.
#define STRING_TO_FID | ( | str | ) | ( (str).toLongLong() ) |
Definition at line 31 of file qgsfeatureid.h.
typedef qint64 QgsFeatureId |
Definition at line 25 of file qgsfeatureid.h.
typedef QSet<QgsFeatureId> QgsFeatureIds |
Definition at line 34 of file qgsfeatureid.h.