|
Quantum GIS API Documentation
1.7.4
|
#include <QList>#include <QSet>#include <QMap>#include "qgis.h"#include "qgsdataprovider.h"#include "qgsfeature.h"#include "qgsfield.h"#include "qgsrectangle.h"

Go to the source code of this file.
Classes | |
| class | QgsVectorDataProvider |
| This is the base class for vector data providers. More... | |
| struct | QgsVectorDataProvider::NativeType |
Typedefs | |
| typedef QList< int > | QgsAttributeList |
| typedef QSet< int > | QgsFeatureIds |
| typedef QSet< int > | QgsAttributeIds |
| typedef QSet<int> QgsAttributeIds |
Definition at line 34 of file qgsvectordataprovider.h.
| typedef QList<int> QgsAttributeList |
Definition at line 19 of file qgsvectordataprovider.h.
| typedef QSet<int> QgsFeatureIds |
Definition at line 33 of file qgsvectordataprovider.h.
1.7.6.1