QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
Public Member Functions | List of all members
QgsAttributeEditorAction Class Reference

This element will load a layer action onto the form. More...

#include <qgsattributeeditoraction.h>

Inheritance diagram for QgsAttributeEditorAction:
Inheritance graph
[legend]

Public Member Functions

 QgsAttributeEditorAction (const QgsAction &action, QgsAttributeEditorElement *parent)
 Creates a new element which can display a layer action. More...
 
 QgsAttributeEditorAction (const QUuid &uuid, QgsAttributeEditorElement *parent)
 Creates a new element which can display a layer action, this constructor allows to create a QgsAttributeEditorAction when actions are not yet loaded. More...
 
const QgsActionaction (const QgsVectorLayer *layer) const
 Returns the (possibly lazy loaded) action for the given layer. More...
 
QgsAttributeEditorElementclone (QgsAttributeEditorElement *parent) const override
 Returns a clone of this element. More...
 
void setAction (const QgsAction &newAction)
 Set the action to newAction. More...
 
- Public Member Functions inherited from QgsAttributeEditorElement
 QgsAttributeEditorElement (AttributeEditorType type, const QString &name, QgsAttributeEditorElement *parent=nullptr)
 Constructor. More...
 
virtual ~QgsAttributeEditorElement ()=default
 
virtual QgsAttributeEditorElementclone (QgsAttributeEditorElement *parent) const =0
 Returns a clone of this element. More...
 
LabelStyle labelStyle () const
 Returns the label style. More...
 
QString name () const
 Returns the name of this element. More...
 
QgsAttributeEditorElementparent () const
 Gets the parent of this element. More...
 
void setLabelStyle (const LabelStyle &labelStyle)
 Sets the labelStyle. More...
 
void setShowLabel (bool showLabel)
 Controls if this element should be labeled with a title (field, relation or groupname). More...
 
bool showLabel () const
 Controls if this element should be labeled with a title (field, relation or groupname). More...
 
QDomElement toDomElement (QDomDocument &doc) const
 Gets the XML Dom element to save this element. More...
 
AttributeEditorType type () const
 The type of this element. More...
 

Additional Inherited Members

- Public Types inherited from QgsAttributeEditorElement
enum  AttributeEditorType {
  AeTypeContainer , AeTypeField , AeTypeRelation , AeTypeInvalid ,
  AeTypeQmlElement , AeTypeHtmlElement , AeTypeAction
}
 
- Static Public Member Functions inherited from QgsAttributeEditorElement
static QgsAttributeEditorElementcreate (const QDomElement &element, const QString &layerId, const QgsFields &fields, const QgsReadWriteContext &context, QgsAttributeEditorElement *parent=nullptr)
 Constructs the editor element from the given element. More...
 
- Protected Attributes inherited from QgsAttributeEditorElement
LabelStyle mLabelStyle
 
QString mName
 
QgsAttributeEditorElementmParent = nullptr
 
bool mShowLabel
 
AttributeEditorType mType
 

Detailed Description

This element will load a layer action onto the form.

Since
QGIS 3.22

Definition at line 28 of file qgsattributeeditoraction.h.

Constructor & Destructor Documentation

◆ QgsAttributeEditorAction() [1/2]

QgsAttributeEditorAction::QgsAttributeEditorAction ( const QgsAction action,
QgsAttributeEditorElement parent 
)

Creates a new element which can display a layer action.

Parameters
actionThe action
parentThe parent (used as container)

Definition at line 21 of file qgsattributeeditoraction.cpp.

◆ QgsAttributeEditorAction() [2/2]

QgsAttributeEditorAction::QgsAttributeEditorAction ( const QUuid &  uuid,
QgsAttributeEditorElement parent 
)

Creates a new element which can display a layer action, this constructor allows to create a QgsAttributeEditorAction when actions are not yet loaded.

Parameters
uuidThe action unique identifier (UUID).
parentThe parent (used as container).

Definition at line 27 of file qgsattributeeditoraction.cpp.

Member Function Documentation

◆ action()

const QgsAction & QgsAttributeEditorAction::action ( const QgsVectorLayer layer) const

Returns the (possibly lazy loaded) action for the given layer.

Definition at line 40 of file qgsattributeeditoraction.cpp.

◆ clone()

QgsAttributeEditorElement * QgsAttributeEditorAction::clone ( QgsAttributeEditorElement parent) const
overridevirtual

Returns a clone of this element.

To be implemented by subclasses.

Since
QGIS 3.0

Implements QgsAttributeEditorElement.

Definition at line 33 of file qgsattributeeditoraction.cpp.

◆ setAction()

void QgsAttributeEditorAction::setAction ( const QgsAction newAction)

Set the action to newAction.

Definition at line 50 of file qgsattributeeditoraction.cpp.


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