QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Typedefs
qgspropertycollection.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgsexpressioncontext.h"
#include "qgsproperty.h"
#include <QString>
#include <QVariant>
#include <QColor>
#include <QDateTime>
Include dependency graph for qgspropertycollection.h:
This graph shows which files directly or indirectly include this file:

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, QgsPropertyDefinitionQgsPropertiesDefinition
 Definition of available properties. More...
 

Typedef Documentation

◆ QgsPropertiesDefinition

Definition of available properties.

Definition at line 32 of file qgspropertycollection.h.