|
QGIS API Documentation 3.99.0-Master (752b475928d)
|


Go to the source code of this file.
Macros | |
| #define | FID_IS_NEW(fid) |
| #define | FID_IS_NULL(fid) |
| #define | FID_NULL std::numeric_limits<QgsFeatureId>::min() |
| #define | FID_TO_NUMBER(fid) |
| #define | FID_TO_STRING(fid) |
| #define | STRING_TO_FID(str) |
Typedefs | |
| typedef qint64 | QgsFeatureId |
| 64 bit feature ids negative numbers are used for uncommitted/newly added features | |
| typedef QSet< QgsFeatureId > | QgsFeatureIds |
| #define FID_IS_NEW | ( | fid | ) |
Definition at line 32 of file qgsfeatureid.h.
| #define FID_IS_NULL | ( | fid | ) |
Definition at line 31 of file qgsfeatureid.h.
| #define FID_NULL std::numeric_limits<QgsFeatureId>::min() |
Definition at line 30 of file qgsfeatureid.h.
| #define FID_TO_NUMBER | ( | fid | ) |
Definition at line 33 of file qgsfeatureid.h.
| #define FID_TO_STRING | ( | fid | ) |
Definition at line 34 of file qgsfeatureid.h.
| #define STRING_TO_FID | ( | str | ) |
Definition at line 35 of file qgsfeatureid.h.
| typedef qint64 QgsFeatureId |
64 bit feature ids negative numbers are used for uncommitted/newly added features
Definition at line 29 of file qgsfeatureid.h.
| typedef QSet<QgsFeatureId> QgsFeatureIds |
Definition at line 38 of file qgsfeatureid.h.