|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
This is the complete list of members for QgsProperty, including all inherited members.
| asExpression() const | QgsProperty | |
| convertToTransformer() | QgsProperty | |
| expressionString() const | QgsProperty | |
| field() const | QgsProperty | |
| fromExpression(const QString &expression, bool isActive=true) | QgsProperty | static |
| fromField(const QString &fieldName, bool isActive=true) | QgsProperty | static |
| fromValue(const QVariant &value, bool isActive=true) | QgsProperty | static |
| isActive() const | QgsProperty | |
| isProjectColor() const | QgsProperty | |
| isStaticValueInContext(const QgsExpressionContext &context, QVariant &staticValue) const | QgsProperty | |
| loadVariant(const QVariant &property) | QgsProperty | |
| operator bool() const | QgsProperty | explicit |
| operator QVariant() const | QgsProperty | inline |
| operator!=(const QgsProperty &other) const | QgsProperty | |
| operator=(const QgsProperty &other) | QgsProperty | |
| operator==(const QgsProperty &other) const | QgsProperty | |
| prepare(const QgsExpressionContext &context=QgsExpressionContext()) const | QgsProperty | |
| propertyMapToVariantMap(const QMap< QString, QgsProperty > &propertyMap) | QgsProperty | static |
| propertyType() const | QgsProperty | |
| QgsProperty() | QgsProperty | |
| QgsProperty(const QgsProperty &other) | QgsProperty | |
| referencedFields(const QgsExpressionContext &context=QgsExpressionContext(), bool ignoreContext=false) const | QgsProperty | |
| setActive(bool active) | QgsProperty | |
| setExpressionString(const QString &expression) | QgsProperty | |
| setField(const QString &field) | QgsProperty | |
| setStaticValue(const QVariant &value) | QgsProperty | |
| setTransformer(QgsPropertyTransformer *transformer) | QgsProperty | |
| staticValue() const | QgsProperty | |
| toVariant() const | QgsProperty | |
| transformer() const | QgsProperty | |
| value(const QgsExpressionContext &context, const QVariant &defaultValue=QVariant(), bool *ok=nullptr) const | QgsProperty | |
| valueAsBool(const QgsExpressionContext &context, bool defaultValue=false, bool *ok=nullptr) const | QgsProperty | |
| valueAsColor(const QgsExpressionContext &context, const QColor &defaultColor=QColor(), bool *ok=nullptr) const | QgsProperty | |
| valueAsDateTime(const QgsExpressionContext &context, const QDateTime &defaultDateTime=QDateTime(), bool *ok=nullptr) const | QgsProperty | |
| valueAsDouble(const QgsExpressionContext &context, double defaultValue=0.0, bool *ok=nullptr) const | QgsProperty | |
| valueAsInt(const QgsExpressionContext &context, int defaultValue=0, bool *ok=nullptr) const | QgsProperty | |
| valueAsString(const QgsExpressionContext &context, const QString &defaultString=QString(), bool *ok=nullptr) const | QgsProperty | |
| variantMapToPropertyMap(const QVariantMap &variantMap) | QgsProperty | static |
| ~QgsProperty() | QgsProperty |