| 
    QGIS API Documentation
    2.18.21-Las Palmas (9fba24a)
    
   | 
 
#include <QList>#include <QSet>#include <QMap>#include <QHash>#include "qgis.h"#include "qgsdataprovider.h"#include "qgsfeature.h"#include "qgsfield.h"#include "qgsrectangle.h"#include "qgsaggregatecalculator.h"#include "qgsfeaturerequest.h"
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 34 of file qgsvectordataprovider.h.
| typedef QList<int> QgsAttributeList | 
Definition at line 18 of file qgsvectordataprovider.h.
| typedef QHash<int, QString> QgsAttrPalIndexNameHash | 
Definition at line 35 of file qgsvectordataprovider.h.
 1.8.13