|
Quantum GIS API Documentation
master-693a1fe
|
#include <QList>#include <QSet>#include <QMap>#include <QHash>#include "qgis.h"#include "qgsdataprovider.h"#include "qgsfeature.h"#include "qgsfield.h"#include "qgsrectangle.h"#include "qgsfeaturerequest.h"
Include dependency graph for qgsvectordataprovider.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | QgsVectorDataProvider::NativeType |
| class | QgsVectorDataProvider |
| This is the base class for vector data providers. More... | |
Typedefs | |
| typedef QSet< int > | QgsAttributeIds |
| typedef QList< int > | QgsAttributeList |
| typedef QHash< int, QString > | QgsAttrPalIndexNameHash |
| typedef QSet<int> QgsAttributeIds |
Definition at line 33 of file qgsvectordataprovider.h.
| typedef QList<int> QgsAttributeList |
Definition at line 18 of file qgsvectordataprovider.h.
| typedef QHash<int, QString> QgsAttrPalIndexNameHash |
Definition at line 34 of file qgsvectordataprovider.h.