|
QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
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< 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... | |
Holds data for GUI part of the data providers.
Definition at line 37 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 45 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 50 of file qgsproviderguimetadata.cpp.
|
virtual |
Returns source select providers.
Definition at line 40 of file qgsproviderguimetadata.cpp.