|
Quantum GIS API Documentation
1.8
|
#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 > | QgsAttributeIds |
| typedef QSet<int> QgsAttributeIds |
Definition at line 32 of file qgsvectordataprovider.h.
| typedef QList<int> QgsAttributeList |
Definition at line 18 of file qgsvectordataprovider.h.
1.7.6.1