42 , mBackgroundColor( backgroundColor )
60 virtual void setIsGroupBox(
bool isGroupBox ) { mIsGroupBox = isGroupBox; }
93 QList<QgsAttributeEditorElement *>
children()
const {
return mChildren; }
102 virtual QList<QgsAttributeEditorElement *> findElements( AttributeEditorType type )
const;
112 void setName(
const QString &name );
117 int columnCount()
const;
122 void setColumnCount(
int columnCount );
178 QColor backgroundColor() const;
183 void setBackgroundColor( const QColor &backgroundColor );
186 void saveConfiguration( QDomElement &elem, QDomDocument &doc ) const override;
187 void loadConfiguration( const QDomElement &element, const QString &layerId, const
QgsReadWriteContext &context, const
QgsFields &fields ) override;
188 QString typeIdentifier() const override;
194 QColor mBackgroundColor;
195 bool mCollapsed = false;
The class is used as a container of context for various read/write operations on other objects.