QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsAttributeEditorSpacerElement Class Reference

An attribute editor widget that will represent a spacer. More...

#include <qgsattributeeditorspacerelement.h>

Inheritance diagram for QgsAttributeEditorSpacerElement:

Public Member Functions

 QgsAttributeEditorSpacerElement (const QString &name, QgsAttributeEditorElement *parent)
 Creates a new element which represents a spacer.
QgsAttributeEditorElementclone (QgsAttributeEditorElement *parent) const override
 Returns a clone of this element.
bool drawLine () const
 Returns true if the spacer element will contain an horizontal line.
void setDrawLine (bool drawLine)
 Sets a flag to define if the spacer element will contain an horizontal line.
Public Member Functions inherited from QgsAttributeEditorElement
 QgsAttributeEditorElement (Qgis::AttributeEditorType type, const QString &name, QgsAttributeEditorElement *parent=nullptr)
 Constructor.
virtual ~QgsAttributeEditorElement ()=default
int horizontalStretch () const
 Returns the horizontal stretch factor for the element.
LabelStyle labelStyle () const
 Returns the label style.
QString name () const
 Returns the name of this element.
QgsAttributeEditorElementparent () const
 Gets the parent of this element.
void setHorizontalStretch (int stretch)
 Sets the horizontal stretch factor for the element.
void setLabelStyle (const LabelStyle &labelStyle)
 Sets the labelStyle.
void setShowLabel (bool showLabel)
 Controls if this element should be labeled with a title (field, relation or groupname).
void setVerticalStretch (int stretch)
 Sets the vertical stretch factor for the element.
bool showLabel () const
 Controls if this element should be labeled with a title (field, relation or groupname).
QDomElement toDomElement (QDomDocument &doc) const
 Gets the XML Dom element to save this element.
Qgis::AttributeEditorType type () const
 The type of this element.
int verticalStretch () const
 Returns the vertical stretch factor for the element.

Additional Inherited Members

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.
Protected Attributes inherited from QgsAttributeEditorElement
int mHorizontalStretch = 0
LabelStyle mLabelStyle
QString mName
QgsAttributeEditorElementmParent = nullptr
bool mShowLabel = true
Qgis::AttributeEditorType mType = Qgis::AttributeEditorType::Invalid
int mVerticalStretch = 0

Detailed Description

An attribute editor widget that will represent a spacer.

Since
QGIS 3.30

Definition at line 28 of file qgsattributeeditorspacerelement.h.

Constructor & Destructor Documentation

◆ QgsAttributeEditorSpacerElement()

QgsAttributeEditorSpacerElement::QgsAttributeEditorSpacerElement ( const QString & name,
QgsAttributeEditorElement * parent )
inline

Creates a new element which represents a spacer.

Parameters
nameThe name of the widget
parentThe parent (used as container)

Definition at line 38 of file qgsattributeeditorspacerelement.h.

Member Function Documentation

◆ clone()

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

Returns a clone of this element.

To be implemented by subclasses.

Implements QgsAttributeEditorElement.

Definition at line 20 of file qgsattributeeditorspacerelement.cpp.

◆ drawLine()

bool QgsAttributeEditorSpacerElement::drawLine ( ) const

Returns true if the spacer element will contain an horizontal line.

Definition at line 49 of file qgsattributeeditorspacerelement.cpp.

◆ setDrawLine()

void QgsAttributeEditorSpacerElement::setDrawLine ( bool drawLine)

Sets a flag to define if the spacer element will contain an horizontal line.

Parameters
drawLineflag status

Definition at line 54 of file qgsattributeeditorspacerelement.cpp.


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