QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
#include <qgsattributesformproperties.h>
Public Types | |
enum | Type { Field , Relation , Container , QmlWidget , HtmlWidget , WidgetType , Action , TextWidget , SpacerWidget } |
Definition at line 109 of file qgsattributesformproperties.h.
Definition at line 112 of file qgsattributesformproperties.h.
|
default |
|
inline |
Definition at line 128 of file qgsattributesformproperties.h.
QColor QgsAttributesFormProperties::DnDTreeItemData::backgroundColor | ( | ) | const |
Definition at line 1826 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 160 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 1775 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 146 of file qgsattributesformproperties.h.
|
inline |
Definition at line 138 of file qgsattributesformproperties.h.
QgsAttributesFormProperties::HtmlElementEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::htmlElementEditorConfiguration | ( | ) | const |
Definition at line 1806 of file qgsattributesformproperties.cpp.
const QgsAttributeEditorElement::LabelStyle QgsAttributesFormProperties::DnDTreeItemData::labelStyle | ( | ) | const |
Returns the label style.
Definition at line 1745 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 135 of file qgsattributesformproperties.h.
|
inline |
Definition at line 144 of file qgsattributesformproperties.h.
QgsAttributesFormProperties::QmlElementEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::qmlElementEditorConfiguration | ( | ) | const |
Definition at line 1795 of file qgsattributesformproperties.cpp.
QgsAttributesFormProperties::RelationEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::relationEditorConfiguration | ( | ) | const |
Definition at line 1785 of file qgsattributesformproperties.cpp.
void QgsAttributesFormProperties::DnDTreeItemData::setBackgroundColor | ( | const QColor & | backgroundColor | ) |
Definition at line 1831 of file qgsattributesformproperties.cpp.
|
inline |
For group box containers sets if this group box is collapsed.
Definition at line 169 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 1780 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 147 of file qgsattributesformproperties.h.
|
inline |
Definition at line 139 of file qgsattributesformproperties.h.
void QgsAttributesFormProperties::DnDTreeItemData::setHtmlElementEditorConfiguration | ( | QgsAttributesFormProperties::HtmlElementEditorConfiguration | htmlElementEditorConfiguration | ) |
Definition at line 1811 of file qgsattributesformproperties.cpp.
void QgsAttributesFormProperties::DnDTreeItemData::setLabelStyle | ( | const QgsAttributeEditorElement::LabelStyle & | labelStyle | ) |
Sets the label style to labelStyle.
Definition at line 1750 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 136 of file qgsattributesformproperties.h.
void QgsAttributesFormProperties::DnDTreeItemData::setQmlElementEditorConfiguration | ( | QgsAttributesFormProperties::QmlElementEditorConfiguration | qmlElementEditorConfiguration | ) |
Definition at line 1800 of file qgsattributesformproperties.cpp.
void QgsAttributesFormProperties::DnDTreeItemData::setRelationEditorConfiguration | ( | QgsAttributesFormProperties::RelationEditorConfiguration | relationEditorConfiguration | ) |
Definition at line 1790 of file qgsattributesformproperties.cpp.
void QgsAttributesFormProperties::DnDTreeItemData::setShowAsGroupBox | ( | bool | showAsGroupBox | ) |
Definition at line 1740 of file qgsattributesformproperties.cpp.
void QgsAttributesFormProperties::DnDTreeItemData::setShowLabel | ( | bool | showLabel | ) |
Definition at line 1760 of file qgsattributesformproperties.cpp.
void QgsAttributesFormProperties::DnDTreeItemData::setSpacerElementEditorConfiguration | ( | SpacerElementEditorConfiguration | spacerElementEditorConfiguration | ) |
Sets the the spacer element configuration to spacerElementEditorConfiguration.
Definition at line 1821 of file qgsattributesformproperties.cpp.
void QgsAttributesFormProperties::DnDTreeItemData::setTextElementEditorConfiguration | ( | const TextElementEditorConfiguration & | textElementEditorConfiguration | ) |
Sets the editor configuration for text element to textElementEditorConfiguration.
Definition at line 1841 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 142 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 1770 of file qgsattributesformproperties.cpp.
bool QgsAttributesFormProperties::DnDTreeItemData::showAsGroupBox | ( | ) | const |
Definition at line 1735 of file qgsattributesformproperties.cpp.
bool QgsAttributesFormProperties::DnDTreeItemData::showLabel | ( | ) | const |
Definition at line 1755 of file qgsattributesformproperties.cpp.
QgsAttributesFormProperties::SpacerElementEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::spacerElementEditorConfiguration | ( | ) | const |
Returns the spacer element configuration.
Definition at line 1816 of file qgsattributesformproperties.cpp.
QgsAttributesFormProperties::TextElementEditorConfiguration QgsAttributesFormProperties::DnDTreeItemData::textElementEditorConfiguration | ( | ) | const |
Returns the editor configuration for text element.
Definition at line 1836 of file qgsattributesformproperties.cpp.
|
inline |
Definition at line 141 of file qgsattributesformproperties.h.
QgsOptionalExpression QgsAttributesFormProperties::DnDTreeItemData::visibilityExpression | ( | ) | const |
Definition at line 1765 of file qgsattributesformproperties.cpp.