|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
#include <qgsattributesformproperties.h>

Public Types | |
| enum | Type { Field , Relation , Container , QmlWidget , HtmlWidget , WidgetType , Action } |
Definition at line 99 of file qgsattributesformproperties.h.
| Enumerator | |
|---|---|
| Field | |
| Relation | |
| Container | Container for the form. |
| QmlWidget | |
| HtmlWidget | |
| WidgetType | In the widget tree, the type of widget. |
| Action | Layer action. |
Definition at line 102 of file qgsattributesformproperties.h.
|
default |
|
inline |
Definition at line 116 of file qgsattributesformproperties.h.
| QColor QgsAttributesFormProperties::DnDTreeItemData::backgroundColor | ( | ) | const |
Definition at line 1610 of file qgsattributesformproperties.cpp.
|
inline |
For group box containers returns if this group box is collapsed.
true if the group box is collapsed, false otherwise. Definition at line 148 of file qgsattributesformproperties.h.
| QgsOptionalExpression QgsAttributesFormProperties::DnDTreeItemData::collapsedExpression | ( | ) | const |
Returns the optional expression that dynamically controls the collapsed status of a group box container.
Definition at line 1569 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 134 of file qgsattributesformproperties.h.
|
inline |
Definition at line 126 of file qgsattributesformproperties.h.
| QgsAttributesFormProperties::HtmlElementEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::htmlElementEditorConfiguration | ( | ) | const |
Definition at line 1600 of file qgsattributesformproperties.cpp.
| const QgsAttributeEditorElement::LabelStyle QgsAttributesFormProperties::DnDTreeItemData::labelStyle | ( | ) | const |
Returns the label style.
Definition at line 1539 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 123 of file qgsattributesformproperties.h.
|
inline |
Definition at line 132 of file qgsattributesformproperties.h.
| QgsAttributesFormProperties::QmlElementEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::qmlElementEditorConfiguration | ( | ) | const |
Definition at line 1589 of file qgsattributesformproperties.cpp.
| QgsAttributesFormProperties::RelationEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::relationEditorConfiguration | ( | ) | const |
Definition at line 1579 of file qgsattributesformproperties.cpp.
| void QgsAttributesFormProperties::DnDTreeItemData::setBackgroundColor | ( | const QColor & | backgroundColor | ) |
Definition at line 1615 of file qgsattributesformproperties.cpp.
|
inline |
For group box containers sets if this group box is collapsed.
Definition at line 157 of file qgsattributesformproperties.h.
| void QgsAttributesFormProperties::DnDTreeItemData::setCollapsedExpression | ( | const QgsOptionalExpression & | collapsedExpression | ) |
Sets the optional collapsedExpression that dynamically controls the collapsed status of a group box container.
Definition at line 1574 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 135 of file qgsattributesformproperties.h.
|
inline |
Definition at line 127 of file qgsattributesformproperties.h.
| void QgsAttributesFormProperties::DnDTreeItemData::setHtmlElementEditorConfiguration | ( | QgsAttributesFormProperties::HtmlElementEditorConfiguration | htmlElementEditorConfiguration | ) |
Definition at line 1605 of file qgsattributesformproperties.cpp.
| void QgsAttributesFormProperties::DnDTreeItemData::setLabelStyle | ( | const QgsAttributeEditorElement::LabelStyle & | labelStyle | ) |
Sets the label style to labelStyle.
Definition at line 1544 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 124 of file qgsattributesformproperties.h.
| void QgsAttributesFormProperties::DnDTreeItemData::setQmlElementEditorConfiguration | ( | QgsAttributesFormProperties::QmlElementEditorConfiguration | qmlElementEditorConfiguration | ) |
Definition at line 1594 of file qgsattributesformproperties.cpp.
| void QgsAttributesFormProperties::DnDTreeItemData::setRelationEditorConfiguration | ( | QgsAttributesFormProperties::RelationEditorConfiguration | relationEditorConfiguration | ) |
Definition at line 1584 of file qgsattributesformproperties.cpp.
| void QgsAttributesFormProperties::DnDTreeItemData::setShowAsGroupBox | ( | bool | showAsGroupBox | ) |
Definition at line 1534 of file qgsattributesformproperties.cpp.
| void QgsAttributesFormProperties::DnDTreeItemData::setShowLabel | ( | bool | showLabel | ) |
Definition at line 1554 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 130 of file qgsattributesformproperties.h.
| void QgsAttributesFormProperties::DnDTreeItemData::setVisibilityExpression | ( | const QgsOptionalExpression & | visibilityExpression | ) |
Sets the optional visibilityExpression that dynamically controls the visibility status of a container.
Definition at line 1564 of file qgsattributesformproperties.cpp.
| bool QgsAttributesFormProperties::DnDTreeItemData::showAsGroupBox | ( | ) | const |
Definition at line 1529 of file qgsattributesformproperties.cpp.
| bool QgsAttributesFormProperties::DnDTreeItemData::showLabel | ( | ) | const |
Definition at line 1549 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 129 of file qgsattributesformproperties.h.
| QgsOptionalExpression QgsAttributesFormProperties::DnDTreeItemData::visibilityExpression | ( | ) | const |
Definition at line 1559 of file qgsattributesformproperties.cpp.