QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
QgsPropertyValue node. More...
#include <qgsprojectproperty.h>
Public Member Functions | |
QgsPropertyValue () | |
QgsPropertyValue (const QVariant &value) | |
virtual | ~QgsPropertyValue () |
int | count () const |
void | dump (int tabs=0) const override |
Dumps out the keys and values. More... | |
void | entryList (QStringList &keyName, QStringList &entries) const |
Return keys that do not contain other keys Since QgsPropertyValue isn't a key, don't do anything. More... | |
virtual bool | isKey () const override |
Returns true if is a QgsPropertyKey. More... | |
bool | isLeaf () const override |
Returns true if is a leaf node. More... | |
virtual bool | isValue () const override |
Returns true if is a QgsPropertyValue. More... | |
bool | readXML (QDomNode &keyNode) override |
restores property hierarchy to given Dom node More... | |
QVariant | value () const override |
Return the node's value. More... | |
bool | writeXML (const QString &nodeName, QDomElement &element, QDomDocument &document) override |
keyElement created by parent QgsPropertyKey More... | |
Public Member Functions inherited from QgsProperty | |
QgsProperty () | |
virtual | ~QgsProperty () |
QgsPropertyValue node.
Contains a QgsPropertyKey's value
Definition at line 115 of file qgsprojectproperty.h.
|
inline |
Definition at line 118 of file qgsprojectproperty.h.
|
inline |
Definition at line 120 of file qgsprojectproperty.h.
|
virtual |
Definition at line 32 of file qgsprojectproperty.cpp.
|
inline |
Definition at line 149 of file qgsprojectproperty.h.
|
overridevirtual |
Dumps out the keys and values.
tabs | is number of tabs to print; used for pretty-printing hierarchy |
Implements QgsProperty.
Definition at line 36 of file qgsprojectproperty.cpp.
|
inline |
Return keys that do not contain other keys Since QgsPropertyValue isn't a key, don't do anything.
Definition at line 154 of file qgsprojectproperty.h.
|
inlineoverridevirtual |
Returns true if is a QgsPropertyKey.
Implements QgsProperty.
Definition at line 127 of file qgsprojectproperty.h.
|
inlineoverridevirtual |
Returns true if is a leaf node.
Implements QgsProperty.
Definition at line 139 of file qgsprojectproperty.h.
|
inlineoverridevirtual |
Returns true if is a QgsPropertyValue.
Implements QgsProperty.
Definition at line 130 of file qgsprojectproperty.h.
|
overridevirtual |
restores property hierarchy to given Dom node
Used for restoring properties from project file
Implements QgsProperty.
Definition at line 57 of file qgsprojectproperty.cpp.
|
inlineoverridevirtual |
Return the node's value.
For QgsPropertyValue nodes, this is straightforward – just return the embedded QVariant, _value. For QgsPropertyKey, this means returning the QgsPropertyValue _value that is keyed by its name, if it exists; i.e., QgsPropertyKey "foo" will return the property value mapped to its name, "foo", in its QHash of QProperties.
Implements QgsProperty.
Definition at line 132 of file qgsprojectproperty.h.
|
overridevirtual |
keyElement created by parent QgsPropertyKey
Implements QgsProperty.
Definition at line 238 of file qgsprojectproperty.cpp.