QGIS API Documentation 3.99.0-Master (a8f284845db)
Loading...
Searching...
No Matches
QgsSettingsBoolGroupBoxWrapper Class Reference

A factory for editors of boolean settings with a group box. More...

#include <qgssettingseditorwidgetwrapperimpl.h>

Inheritance diagram for QgsSettingsBoolGroupBoxWrapper:

Public Member Functions

 QgsSettingsBoolGroupBoxWrapper (QObject *parent=nullptr)
 Constructor of the factory.
 QgsSettingsBoolGroupBoxWrapper (QWidget *editor, const QgsSettingsEntryBase *setting, const QStringList &dynamicKeyPartList=QStringList())
 Constructor of the wrapper for a given setting and its widget editor.
QgsSettingsEditorWidgetWrappercreateWrapper (QObject *parent=nullptr) const override
 Creates a new instance of the editor wrapper so it can be configured for a widget and a setting.
void enableAutomaticUpdatePrivate () override
 Enables automatic update, which causes the setting to be updated immediately when the widget value is changed.
QString id () const override
 This id of the type of settings it handles.
bool setSettingFromWidget () const override
 Sets the setting value from the widget value The wrapper must be configured before calling this medthod.
bool setWidgetValue (const bool &value) const override
 Sets the widget value.
bool valueFromWidget () const override
 Returns the widget value.
Public Member Functions inherited from QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryBool, QGroupBox, bool >
 QgsSettingsEditorWidgetWrapperTemplate (QObject *parent=nullptr)
 Constructor.
QGroupBox * editor () const
 Returns the editor.
const QgsSettingsEntryBoolsetting () const
 Returns the setting.
bool setWidgetFromSetting () const override
 Sets the widget value from the setting value The wrapper must be configured before calling this medthod.
bool setWidgetFromVariant (const QVariant &value) const override
 Sets the value of the widget The wrapper must be configured before calling this medthod.
QVariant variantValueFromWidget () const override
 Returns the value from the widget as a variant The wrapper must be configured before calling this medthod.
Public Member Functions inherited from QgsSettingsEditorWidgetWrapper
 QgsSettingsEditorWidgetWrapper (QObject *parent=nullptr)
 Constructor.
 ~QgsSettingsEditorWidgetWrapper () override=default
void configureAutomaticUpdate (QDialog *dialog=nullptr)
 Configure the settings update behavior when a widget value is changed.
bool configureEditor (QWidget *editor, const QgsSettingsEntryBase *setting, const QStringList &dynamicKeyPartList=QStringList())
 Configures the editor according the setting.
QWidget * createEditor (const QgsSettingsEntryBase *setting, const QStringList &dynamicKeyPartList=QStringList(), QWidget *parent=nullptr)
 Creates the editor widget for the given setting.
QStringList dynamicKeyPartList () const
 Returns the dynamic key parts.

Protected Member Functions

void configureEditorPrivateImplementation () override
 To be re-implemented to implemeent type specific configuration (e.g. opacity for colors).
Protected Member Functions inherited from QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryBool, QGroupBox, bool >
bool configureEditorPrivate (QWidget *editor, const QgsSettingsEntryBase *setting) override
 Configures an existing editor widget.
QWidget * createEditorPrivate (QWidget *parent=nullptr) const override
 Creates the widgets.

Additional Inherited Members

Static Public Member Functions inherited from QgsSettingsEditorWidgetWrapper
static QgsSettingsEditorWidgetWrapperfromWidget (const QWidget *widget)
 Creates a wrapper from the definition stored in a widget created by createEditor().
Protected Attributes inherited from QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryBool, QGroupBox, bool >
QGroupBox * mEditor
const QgsSettingsEntryBoolmSetting
Protected Attributes inherited from QgsSettingsEditorWidgetWrapper
QStringList mDynamicKeyPartList

Detailed Description

A factory for editors of boolean settings with a group box.

Since
QGIS 4.0

Definition at line 242 of file qgssettingseditorwidgetwrapperimpl.h.

Constructor & Destructor Documentation

◆ QgsSettingsBoolGroupBoxWrapper() [1/2]

QgsSettingsBoolGroupBoxWrapper::QgsSettingsBoolGroupBoxWrapper ( QObject * parent = nullptr)
inline

Constructor of the factory.

Definition at line 247 of file qgssettingseditorwidgetwrapperimpl.h.

◆ QgsSettingsBoolGroupBoxWrapper() [2/2]

QgsSettingsBoolGroupBoxWrapper::QgsSettingsBoolGroupBoxWrapper ( QWidget * editor,
const QgsSettingsEntryBase * setting,
const QStringList & dynamicKeyPartList = QStringList() )
inline

Constructor of the wrapper for a given setting and its widget editor.

Definition at line 251 of file qgssettingseditorwidgetwrapperimpl.h.

Member Function Documentation

◆ configureEditorPrivateImplementation()

void QgsSettingsBoolGroupBoxWrapper::configureEditorPrivateImplementation ( )
overrideprotectedvirtual

To be re-implemented to implemeent type specific configuration (e.g. opacity for colors).

Reimplemented from QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryBool, QGroupBox, bool >.

Definition at line 271 of file qgssettingseditorwidgetwrapperimpl.cpp.

◆ createWrapper()

QgsSettingsEditorWidgetWrapper * QgsSettingsBoolGroupBoxWrapper::createWrapper ( QObject * parent = nullptr) const
inlineoverridevirtual

Creates a new instance of the editor wrapper so it can be configured for a widget and a setting.

Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryBool, QGroupBox, bool >.

Definition at line 254 of file qgssettingseditorwidgetwrapperimpl.h.

◆ enableAutomaticUpdatePrivate()

void QgsSettingsBoolGroupBoxWrapper::enableAutomaticUpdatePrivate ( )
overridevirtual

Enables automatic update, which causes the setting to be updated immediately when the widget value is changed.

Since
QGIS 3.40

Implements QgsSettingsEditorWidgetWrapper.

Definition at line 237 of file qgssettingseditorwidgetwrapperimpl.cpp.

◆ id()

QString QgsSettingsBoolGroupBoxWrapper::id ( ) const
overridevirtual

This id of the type of settings it handles.

Note
This mostly correspond to the content of Qgis::SettingsType but it's a string since custom Python implementation are possible.

Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryBool, QGroupBox, bool >.

Definition at line 218 of file qgssettingseditorwidgetwrapperimpl.cpp.

◆ setSettingFromWidget()

bool QgsSettingsBoolGroupBoxWrapper::setSettingFromWidget ( ) const
overridevirtual

Sets the setting value from the widget value The wrapper must be configured before calling this medthod.

Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryBool, QGroupBox, bool >.

Definition at line 244 of file qgssettingseditorwidgetwrapperimpl.cpp.

◆ setWidgetValue()

bool QgsSettingsBoolGroupBoxWrapper::setWidgetValue ( const bool & value) const
overridevirtual

◆ valueFromWidget()

bool QgsSettingsBoolGroupBoxWrapper::valueFromWidget ( ) const
overridevirtual

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