|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
#include "qgis_core.h"#include "qgis_sip.h"#include "qgsexpressioncontext.h"#include "qgsproperty.h"#include <QString>#include <QVariant>#include <QColor>#include <QDateTime>

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 32 of file qgspropertycollection.h.