QGIS API Documentation
3.0.2-Girona (307d082)
|
#include "qgis_core.h"
#include "qgis.h"
#include <QString>
#include <QVariant>
#include <QColor>
#include "qgsexpressioncontext.h"
#include "qgsproperty.h"
Go to the source code of this file.
Classes | |
class | QgsAbstractPropertyCollection |
Abstract base class for QgsPropertyCollection like objects. More... | |
class | QgsPropertyCollection |
A grouped map of multiple QgsProperty objects, each referenced by a integer key value. More... | |
class | QgsPropertyCollectionStack |
An ordered stack of QgsPropertyCollection containers, where collections added later to the stack will take priority over earlier collections. More... | |
Typedefs | |
typedef QMap< int, QgsPropertyDefinition > | QgsPropertiesDefinition |
Definition of available properties. More... | |
typedef QMap< int, QgsPropertyDefinition > QgsPropertiesDefinition |
Definition of available properties.
Definition at line 27 of file qgspropertycollection.h.