| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A factory for editors of flags settings. More...
#include <qgssettingsenumflageditorwidgetwrapper.h>

Public Member Functions | |
| QgsSettingsFlagsEditorWidgetWrapper (QObject *parent=nullptr) | |
| Constructor.   | |
| QgsSettingsEditorWidgetWrapper * | createWrapper (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.   | |
| virtual 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 FLAGS &value) const override | 
| Sets the widget value.   | |
| FLAGS | valueFromWidget () const override | 
| Returns the widget value.   | |
| 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 QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS > | |
| QgsSettingsEditorWidgetWrapperTemplate (QObject *parent=nullptr) | |
| Constructor.   | |
| QComboBox * | editor () const | 
| Returns the editor.   | |
| const QgsSettingsEntryEnumFlag< FLAGS > * | setting () const | 
| Returns the setting.   | |
| virtual 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.   | |
  Public Member Functions inherited from QgsSettingsEditorWidgetWrapper | |
| QgsSettingsEditorWidgetWrapper (QObject *parent=nullptr) | |
| Constructor.   | |
| virtual | ~QgsSettingsEditorWidgetWrapper ()=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< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS > | |
| bool | configureEditorPrivate (QWidget *editor, const QgsSettingsEntryBase *setting) override | 
| Configures an existing editor widget.   | |
| virtual QWidget * | createEditorPrivate (QWidget *parent=nullptr) const override | 
| Creates the widgets.   | |
Protected Attributes | |
| QStandardItemModel | mModel | 
  Protected Attributes inherited from QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS > | |
| QComboBox * | mEditor | 
| const QgsSettingsEntryEnumFlag< FLAGS > * | mSetting | 
  Protected Attributes inherited from QgsSettingsEditorWidgetWrapper | |
| QStringList | mDynamicKeyPartList | 
Additional Inherited Members | |
  Static Public Member Functions inherited from QgsSettingsEditorWidgetWrapper | |
| static QgsSettingsEditorWidgetWrapper * | fromWidget (const QWidget *widget) | 
| Creates a wrapper from the definition stored in a widget created by createEditor()   | |
A factory for editors of flags settings.
Definition at line 38 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inline | 
Constructor.
Definition at line 42 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverrideprotectedvirtual | 
To be re-implemented to implemeent type specific configuration (e.g. opacity for colors)
Reimplemented from QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS >.
Definition at line 121 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverridevirtual | 
Creates a new instance of the editor wrapper so it can be configured for a widget and a setting.
Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS >.
Definition at line 54 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverridevirtual | 
Enables automatic update, which causes the setting to be updated immediately when the widget value is changed.
Implements QgsSettingsEditorWidgetWrapper.
Definition at line 46 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverridevirtual | 
This id of the type of settings it handles.
Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS >.
Definition at line 56 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverridevirtual | 
Sets the setting value from the widget value The wrapper must be configured before calling this medthod.
Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS >.
Definition at line 67 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverridevirtual | 
Sets the widget value.
Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS >.
Definition at line 101 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverridevirtual | 
Returns the widget value.
Implements QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS >.
Definition at line 81 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  inlineoverridevirtual | 
Returns the value from the widget as a variant The wrapper must be configured before calling this medthod.
Reimplemented from QgsSettingsEditorWidgetWrapperTemplate< QgsSettingsEntryEnumFlag< FLAGS >, QComboBox, FLAGS >.
Definition at line 61 of file qgssettingsenumflageditorwidgetwrapper.h.
      
  | 
  protected | 
Definition at line 136 of file qgssettingsenumflageditorwidgetwrapper.h.