QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
This is the complete list of members for QgsPropertyCollection, including all inherited members.
clear() final | QgsPropertyCollection | virtual |
count() const | QgsPropertyCollection | |
hasActiveProperties() const final | QgsPropertyCollection | virtual |
hasDynamicProperties() const final | QgsPropertyCollection | virtual |
hasProperty(int key) const final | QgsPropertyCollection | virtual |
hasProperty(T key) const | QgsPropertyCollection | inline |
isActive(int key) const final | QgsPropertyCollection | virtual |
isActive(T key) const | QgsPropertyCollection | inline |
loadVariant(const QVariant &configuration, const QgsPropertiesDefinition &definitions) final | QgsPropertyCollection | virtual |
name() const | QgsAbstractPropertyCollection | inline |
operator!=(const QgsPropertyCollection &other) const | QgsPropertyCollection | |
operator=(const QgsPropertyCollection &other) | QgsPropertyCollection | |
operator==(const QgsPropertyCollection &other) const | QgsPropertyCollection | |
prepare(const QgsExpressionContext &context=QgsExpressionContext()) const final | QgsPropertyCollection | virtual |
property(int key) const final | QgsPropertyCollection | virtual |
property(T key) const | QgsPropertyCollection | inline |
property(int key) | QgsPropertyCollection | virtual |
propertyKeys() const final | QgsPropertyCollection | virtual |
QgsAbstractPropertyCollection(const QString &name=QString()) | QgsAbstractPropertyCollection | |
QgsPropertyCollection(const QString &name=QString()) | QgsPropertyCollection | |
QgsPropertyCollection(const QgsPropertyCollection &other) | QgsPropertyCollection | |
readXml(const QDomElement &collectionElem, const QgsPropertiesDefinition &definitions) | QgsAbstractPropertyCollection | virtual |
referencedFields(const QgsExpressionContext &context=QgsExpressionContext(), bool ignoreContext=false) const final | QgsPropertyCollection | virtual |
setName(const QString &name) | QgsAbstractPropertyCollection | inline |
setProperty(int key, const QgsProperty &property) | QgsPropertyCollection | |
setProperty(T key, const QgsProperty &property) | QgsPropertyCollection | inline |
setProperty(int key, const QVariant &value) | QgsPropertyCollection | |
setProperty(T key, const QVariant &value) | QgsPropertyCollection | inline |
toVariant(const QgsPropertiesDefinition &definitions) const final | QgsPropertyCollection | virtual |
value(int key, const QgsExpressionContext &context, const QVariant &defaultValue=QVariant()) const final | QgsPropertyCollection | virtual |
value(T key, const QgsExpressionContext &context, const QVariant &defaultValue=QVariant()) const | QgsPropertyCollection | inline |
valueAsBool(int key, const QgsExpressionContext &context, bool defaultValue=false, bool *ok=nullptr) const | QgsAbstractPropertyCollection | |
valueAsColor(int key, const QgsExpressionContext &context, const QColor &defaultColor=QColor(), bool *ok=nullptr) const | QgsAbstractPropertyCollection | |
valueAsDateTime(int key, const QgsExpressionContext &context, const QDateTime &defaultDateTime=QDateTime(), bool *ok=nullptr) const | QgsAbstractPropertyCollection | |
valueAsDouble(int key, const QgsExpressionContext &context, double defaultValue=0.0, bool *ok=nullptr) const | QgsAbstractPropertyCollection | |
valueAsInt(int key, const QgsExpressionContext &context, int defaultValue=0, bool *ok=nullptr) const | QgsAbstractPropertyCollection | |
valueAsString(int key, const QgsExpressionContext &context, const QString &defaultString=QString(), bool *ok=nullptr) const | QgsAbstractPropertyCollection | |
writeXml(QDomElement &collectionElem, const QgsPropertiesDefinition &definitions) const | QgsAbstractPropertyCollection | virtual |
~QgsAbstractPropertyCollection()=default | QgsAbstractPropertyCollection | virtual |