|
Quantum GIS API Documentation
1.7.4
|
#include <QMap>#include <QString>#include <QVariant>#include <QList>

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... | |
Typedefs | |
| typedef QMap< int, QVariant > | QgsAttributeMap |
| typedef QMap< int, QgsAttributeMap > | QgsChangedAttributesMap |
| typedef QMap< int, QgsGeometry > | QgsGeometryMap |
| typedef QMap< int, QString > | QgsFieldNameMap |
| typedef QList< QgsFeature > | QgsFeatureList |
| typedef QMap<int, QVariant> QgsAttributeMap |
Definition at line 27 of file qgsfeature.h.
| typedef QMap<int, QgsAttributeMap> QgsChangedAttributesMap |
Definition at line 33 of file qgsfeature.h.
| typedef QList<QgsFeature> QgsFeatureList |
Definition at line 41 of file qgsfeature.h.
| typedef QMap<int, QString> QgsFieldNameMap |
Definition at line 39 of file qgsfeature.h.
| typedef QMap<int, QgsGeometry> QgsGeometryMap |
Definition at line 36 of file qgsfeature.h.
1.7.6.1