QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsSettingsEditorWidgetRegistry Class Reference

This class manages editor widgets for settings. More...

#include <qgssettingseditorwidgetregistry.h>

Public Member Functions

 QgsSettingsEditorWidgetRegistry ()
 Constructor. More...
 
 ~QgsSettingsEditorWidgetRegistry ()
 
bool addWrapper (QgsSettingsEditorWidgetWrapper *wrapper)
 Adds an editor widget wrapper to the registry If an editor widget with same id already exists, the wrapper is deleted and false is returned. More...
 
QWidget * createEditor (const QgsSettingsEntryBase *setting, const QStringList &dynamicKeyPartList, QWidget *parent=nullptr) const
 Creates an editor widget for the given setting using the corresponding registered wrapper. More...
 
QgsSettingsEditorWidgetWrappercreateWrapper (const QString &id, QObject *parent) const
 Returns a new instance of the editor widget for the given id. More...
 

Detailed Description

This class manages editor widgets for settings.

Since
QGIS 3.32

Definition at line 35 of file qgssettingseditorwidgetregistry.h.

Constructor & Destructor Documentation

◆ QgsSettingsEditorWidgetRegistry()

QgsSettingsEditorWidgetRegistry::QgsSettingsEditorWidgetRegistry ( )

Constructor.

Definition at line 33 of file qgssettingseditorwidgetregistry.cpp.

◆ ~QgsSettingsEditorWidgetRegistry()

QgsSettingsEditorWidgetRegistry::~QgsSettingsEditorWidgetRegistry ( )

Definition at line 69 of file qgssettingseditorwidgetregistry.cpp.

Member Function Documentation

◆ addWrapper()

bool QgsSettingsEditorWidgetRegistry::addWrapper ( QgsSettingsEditorWidgetWrapper wrapper)

Adds an editor widget wrapper to the registry If an editor widget with same id already exists, the wrapper is deleted and false is returned.

Definition at line 74 of file qgssettingseditorwidgetregistry.cpp.

◆ createEditor()

QWidget * QgsSettingsEditorWidgetRegistry::createEditor ( const QgsSettingsEntryBase setting,
const QStringList &  dynamicKeyPartList,
QWidget *  parent = nullptr 
) const

Creates an editor widget for the given setting using the corresponding registered wrapper.

Definition at line 101 of file qgssettingseditorwidgetregistry.cpp.

◆ createWrapper()

QgsSettingsEditorWidgetWrapper * QgsSettingsEditorWidgetRegistry::createWrapper ( const QString &  id,
QObject *  parent 
) const

Returns a new instance of the editor widget for the given id.

Definition at line 87 of file qgssettingseditorwidgetregistry.cpp.


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