| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#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 an 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.   | |
| typedef QMap< int, QgsPropertyDefinition > QgsPropertiesDefinition | 
Definition of available properties.
Definition at line 32 of file qgspropertycollection.h.