QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Holds data for GUI part of the data providers. More...
#include <qgsproviderguimetadata.h>
Public Member Functions | |
QgsProviderGuiMetadata (const QString &key) | |
Constructor for provider gui metadata. More... | |
virtual | ~QgsProviderGuiMetadata () |
virtual QList< QgsDataItemGuiProvider * > | dataItemGuiProviders () |
Returns data item gui providers. More... | |
QString | key () const |
Returns unique provider key. More... | |
virtual QList< const QgsMapLayerConfigWidgetFactory * > | mapLayerConfigWidgetFactories () |
Returns map layer config widget factories associated with the provider. More... | |
virtual QList< QgsProjectStorageGuiProvider * > | projectStorageGuiProviders () |
Returns project storage gui providers. More... | |
virtual void | registerGui (QMainWindow *widget) |
Called during GUI initialization - allows provider to do its internal initialization of GUI components, possibly making use of the passed pointer to the QGIS main window. More... | |
virtual QList< QgsSourceSelectProvider * > | sourceSelectProviders () |
Returns source select providers. More... | |
virtual QList< QgsProviderSourceWidgetProvider * > | sourceWidgetProviders () |
Returns source widget providers. More... | |
virtual QList< QgsSubsetStringEditorProvider * > | subsetStringEditorProviders () |
Returns subset string editor providers. More... | |
Holds data for GUI part of the data providers.
Definition at line 40 of file qgsproviderguimetadata.h.
|
explicit |
Constructor for provider gui metadata.
Definition at line 23 of file qgsproviderguimetadata.cpp.
|
virtualdefault |
|
virtual |
Returns data item gui providers.
Definition at line 30 of file qgsproviderguimetadata.cpp.
QString QgsProviderGuiMetadata::key | ( | ) | const |
Returns unique provider key.
Definition at line 60 of file qgsproviderguimetadata.cpp.
|
virtual |
Returns map layer config widget factories associated with the provider.
Definition at line 55 of file qgsproviderguimetadata.cpp.
|
virtual |
Returns project storage gui providers.
Definition at line 35 of file qgsproviderguimetadata.cpp.
|
virtual |
Called during GUI initialization - allows provider to do its internal initialization of GUI components, possibly making use of the passed pointer to the QGIS main window.
Definition at line 65 of file qgsproviderguimetadata.cpp.
|
virtual |
Returns source select providers.
Definition at line 40 of file qgsproviderguimetadata.cpp.
|
virtual |
Returns source widget providers.
Definition at line 50 of file qgsproviderguimetadata.cpp.
|
virtual |
Returns subset string editor providers.
Definition at line 45 of file qgsproviderguimetadata.cpp.