|
QGIS API Documentation
2.6.0-Brighton
|
#include <QMap>#include <QString>#include <QVariant>#include <QList>#include <QHash>#include <QVector>#include <QSet>#include "qgsfield.h"

Go to the source code of this file.
Classes | |
| class | QgsFeature |
| The feature class encapsulates a single feature including its id, geometry and a list of field/values attributes. More... | |
Macros | |
| #define | FID_IS_NEW(fid) (fid<0) |
| #define | FID_TO_NUMBER(fid) static_cast<qint64>(fid) |
| #define | FID_TO_STRING(fid) QString::number( fid ) |
| #define | STRING_TO_FID(str) (str).toLongLong() |
Typedefs | |
| typedef qint64 | QgsFeatureId |
| typedef QMap< int, QVariant > | QgsAttributeMap |
| typedef QVector< QVariant > | QgsAttributes |
| typedef QMap< QgsFeatureId, QgsAttributeMap > | QgsChangedAttributesMap |
| typedef QMap< QgsFeatureId, QgsGeometry > | QgsGeometryMap |
| typedef QSet< QgsFeatureId > | QgsFeatureIds |
| typedef QMap< int, QString > | QgsFieldNameMap |
| typedef QList< QgsFeature > | QgsFeatureList |
| #define FID_IS_NEW | ( | fid | ) | (fid<0) |
| #define FID_TO_NUMBER | ( | fid | ) | static_cast<qint64>(fid) |
| #define FID_TO_STRING | ( | fid | ) | QString::number( fid ) |
| #define STRING_TO_FID | ( | str | ) | (str).toLongLong() |
| typedef QMap<int, QVariant> QgsAttributeMap |
| typedef QVector<QVariant> QgsAttributes |
| typedef QMap<QgsFeatureId, QgsAttributeMap> QgsChangedAttributesMap |
| typedef qint64 QgsFeatureId |
| typedef QSet<QgsFeatureId> QgsFeatureIds |
| typedef QList<QgsFeature> QgsFeatureList |
| typedef QMap<int, QString> QgsFieldNameMap |
| typedef QMap<QgsFeatureId, QgsGeometry> QgsGeometryMap |
1.8.1.2