Quantum GIS API Documentation  1.7.4
Classes | Typedefs
src/core/qgsfeature.h File Reference
#include <QMap>
#include <QString>
#include <QVariant>
#include <QList>
Include dependency graph for qgsfeature.h:
This graph shows which files directly or indirectly include this file:

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, QgsGeometryQgsGeometryMap
typedef QMap< int, QString > QgsFieldNameMap
typedef QList< QgsFeatureQgsFeatureList

Typedef Documentation

typedef QMap<int, QVariant> QgsAttributeMap

Definition at line 27 of file qgsfeature.h.

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines