QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
#include <QMap>
#include <QSet>
#include <QList>
#include <QStringList>
#include <QFont>
#include "qgis.h"
#include "qgsmaplayer.h"
#include "qgsfeature.h"
#include "qgsfeatureiterator.h"
#include "qgseditorwidgetconfig.h"
#include "qgsfield.h"
#include "qgssnapper.h"
#include "qgsvectorsimplifymethod.h"
#include "qgseditformconfig.h"
#include "qgsattributetableconfig.h"
#include "qgsaggregatecalculator.h"
Go to the source code of this file.
Classes | |
struct | QgsVectorJoinInfo |
class | QgsVectorLayer |
Represents a vector layer which manages a vector based data sets. More... | |
struct | QgsVectorLayer::RangeData |
struct | QgsVectorLayer::ValueRelationData |
Typedefs | |
typedef QSet< int > | QgsAttributeIds |
typedef QList< int > | QgsAttributeList |
typedef QList< QgsPointV2 > | QgsPointSequenceV2 |
typedef QSet<int> QgsAttributeIds |
Definition at line 72 of file qgsvectorlayer.h.
typedef QList<int> QgsAttributeList |
Definition at line 69 of file qgsvectorlayer.h.
typedef QList<QgsPointV2> QgsPointSequenceV2 |
Definition at line 73 of file qgsvectorlayer.h.