QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Classes | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
QgsAttributesFormProperties Class Reference

#include <qgsattributesformproperties.h>

Inheritance diagram for QgsAttributesFormProperties:
Inheritance graph
[legend]

Classes

class  DnDTreeItemData
 
struct  FieldConfig
 Holds the configuration for a field. More...
 
struct  HtmlElementEditorConfiguration
 
struct  QmlElementEditorConfiguration
 
struct  RelationEditorConfiguration
 

Public Types

enum  FieldPropertiesRoles { DnDTreeRole = Qt::UserRole , FieldConfigRole , FieldNameRole }
 

Public Member Functions

 QgsAttributesFormProperties (QgsVectorLayer *layer, QWidget *parent=nullptr)
 
void apply ()
 
QgsAttributeEditorElementcreateAttributeEditorWidget (QTreeWidgetItem *item, QgsAttributeEditorElement *parent, bool forceGroup=true)
 
QgsExpressionContext createExpressionContext () const override
 This method needs to be reimplemented in all classes which implement this interface and return an expression context. More...
 
void init ()
 
void initAvailableWidgetsTree ()
 
void initFormLayoutTree ()
 
void initInitPython ()
 
void initLayoutConfig ()
 
void initSuppressCombo ()
 
void loadRelations ()
 
- Public Member Functions inherited from QgsExpressionContextGenerator
virtual ~QgsExpressionContextGenerator ()=default
 
virtual QgsExpressionContext createExpressionContext () const =0
 This method needs to be reimplemented in all classes which implement this interface and return an expression context. More...
 

Protected Member Functions

void updateButtons ()
 

Protected Attributes

QgsAttributeFormContainerEdit * mAttributeContainerEdit = nullptr
 
QgsAttributeTypeDialog * mAttributeTypeDialog = nullptr
 
QgsAttributeWidgetEdit * mAttributeWidgetEdit = nullptr
 
QgsAttributesDnDTreemAvailableWidgetsTree = nullptr
 
QgsAttributesDnDTreemFormLayoutTree = nullptr
 
QLabel * mInfoTextWidget = nullptr
 
QgsVectorLayermLayer = nullptr
 

Detailed Description

Definition at line 61 of file qgsattributesformproperties.h.

Member Enumeration Documentation

◆ FieldPropertiesRoles

Enumerator
DnDTreeRole 
FieldConfigRole 
FieldNameRole 

Definition at line 67 of file qgsattributesformproperties.h.

Constructor & Destructor Documentation

◆ QgsAttributesFormProperties()

QgsAttributesFormProperties::QgsAttributesFormProperties ( QgsVectorLayer layer,
QWidget *  parent = nullptr 
)
explicit

Definition at line 38 of file qgsattributesformproperties.cpp.

Member Function Documentation

◆ apply()

void QgsAttributesFormProperties::apply ( )

Definition at line 858 of file qgsattributesformproperties.cpp.

◆ createAttributeEditorWidget()

QgsAttributeEditorElement * QgsAttributesFormProperties::createAttributeEditorWidget ( QTreeWidgetItem *  item,
QgsAttributeEditorElement parent,
bool  forceGroup = true 
)

Definition at line 703 of file qgsattributesformproperties.cpp.

◆ createExpressionContext()

QgsExpressionContext QgsAttributesFormProperties::createExpressionContext ( ) const
overridevirtual

This method needs to be reimplemented in all classes which implement this interface and return an expression context.

Since
QGIS 3.0

Implements QgsExpressionContextGenerator.

Definition at line 208 of file qgsattributesformproperties.cpp.

◆ init()

void QgsAttributesFormProperties::init ( )

Definition at line 80 of file qgsattributesformproperties.cpp.

◆ initAvailableWidgetsTree()

void QgsAttributesFormProperties::initAvailableWidgetsTree ( )

Definition at line 90 of file qgsattributesformproperties.cpp.

◆ initFormLayoutTree()

void QgsAttributesFormProperties::initFormLayoutTree ( )

Definition at line 174 of file qgsattributesformproperties.cpp.

◆ initInitPython()

void QgsAttributesFormProperties::initInitPython ( )

Definition at line 225 of file qgsattributesformproperties.cpp.

◆ initLayoutConfig()

void QgsAttributesFormProperties::initLayoutConfig ( )

Definition at line 215 of file qgsattributesformproperties.cpp.

◆ initSuppressCombo()

void QgsAttributesFormProperties::initSuppressCombo ( )

Definition at line 192 of file qgsattributesformproperties.cpp.

◆ loadRelations()

void QgsAttributesFormProperties::loadRelations ( )

◆ updateButtons()

void QgsAttributesFormProperties::updateButtons ( )
protected

Member Data Documentation

◆ mAttributeContainerEdit

QgsAttributeFormContainerEdit* QgsAttributesFormProperties::mAttributeContainerEdit = nullptr
protected

Definition at line 289 of file qgsattributesformproperties.h.

◆ mAttributeTypeDialog

QgsAttributeTypeDialog* QgsAttributesFormProperties::mAttributeTypeDialog = nullptr
protected

Definition at line 288 of file qgsattributesformproperties.h.

◆ mAttributeWidgetEdit

QgsAttributeWidgetEdit* QgsAttributesFormProperties::mAttributeWidgetEdit = nullptr
protected

Definition at line 287 of file qgsattributesformproperties.h.

◆ mAvailableWidgetsTree

QgsAttributesDnDTree* QgsAttributesFormProperties::mAvailableWidgetsTree = nullptr
protected

Definition at line 284 of file qgsattributesformproperties.h.

◆ mFormLayoutTree

QgsAttributesDnDTree* QgsAttributesFormProperties::mFormLayoutTree = nullptr
protected

Definition at line 285 of file qgsattributesformproperties.h.

◆ mInfoTextWidget

QLabel* QgsAttributesFormProperties::mInfoTextWidget = nullptr
protected

Definition at line 290 of file qgsattributesformproperties.h.

◆ mLayer

QgsVectorLayer* QgsAttributesFormProperties::mLayer = nullptr
protected

Definition at line 282 of file qgsattributesformproperties.h.


The documentation for this class was generated from the following files: