|
void | rasterLayerAdded (QString const &uri, QString const &baseName, QString const &providerKey) |
| A raster layer was added: for signal forwarding to QgisApp. More...
|
|
void | rasterLayersAdded (const QStringList &layersList) |
| One or more raster layer were added: for signal forwarding to QgisApp. More...
|
|
void | refresh () |
| Refresh the browser view. More...
|
|
void | reset () |
| Resets the interface of the datasource manager after reopening the dialog. More...
|
|
void | setCurrentPage (int index) |
| Sync current page with the leftbar list. More...
|
|
void | setPreviousPage () |
| Reset current page to previously selected page. More...
|
|
void | vectorLayerAdded (const QString &vectorLayerPath, const QString &baseName, const QString &providerKey) |
| A vector layer was added: for signal forwarding to QgisApp. More...
|
|
void | vectorLayersAdded (const QStringList &layerQStringList, const QString &enc, const QString &dataSourceType) |
| One or more vector layer were added: for signal forwarding to QgisApp. More...
|
|
void | searchText (const QString &text) |
| searchText searches for a text in all the pages of the stacked widget and highlight the results More...
|
|
|
void | addDatabaseLayers (const QStringList &layerPathList, const QString &providerKey) |
| Emitted when a DB layer was selected for addition: for signal forwarding to QgisApp. More...
|
|
void | addMeshLayer (const QString &uri, const QString &baseName, const QString &providerKey) |
| Emitted when a mesh layer was selected for addition: for signal forwarding to QgisApp. More...
|
|
void | addPointCloudLayer (const QString &pointCloudLayerPath, const QString &baseName, const QString &providerKey) |
| Emitted when a point cloud layer was selected for addition: for signal forwarding to QgisApp. More...
|
|
void | addRasterLayer () |
| Emitted when the user wants to select a raster layer: for signal forwarding to QgisApp. More...
|
|
void | addRasterLayer (const QString &uri, const QString &baseName, const QString &providerKey) |
| Emitted when a raster layer was selected for addition: for signal forwarding to QgisApp. More...
|
|
void | addRasterLayers (const QStringList &layersList) |
| Emitted when a one or more layer were selected for addition: for signal forwarding to QgisApp. More...
|
|
void | addVectorLayer (const QString &vectorLayerPath, const QString &baseName, const QString &providerKey) |
| Emitted when a vector layer was selected for addition: for signal forwarding to QgisApp. More...
|
|
void | addVectorLayers (const QStringList &layerQStringList, const QString &enc, const QString &dataSourceType) |
| Emitted when a one or more layer were selected for addition: for signal forwarding to QgisApp. More...
|
|
void | addVectorTileLayer (const QString &uri, const QString &baseName) |
| Emitted when a vector tile layer was selected for addition: for signal forwarding to QgisApp. More...
|
|
void | connectionsChanged () |
| Emitted when a connection has changed inside the provider dialogs This signal is normally forwarded to the application to notify other browsers that they need to refresh their connections list. More...
|
|
void | handleDropUriList (const QgsMimeDataUtils::UriList &) |
| Emitted when drop uri list needs to be handled from the browser. More...
|
|
void | openFile (const QString &fileName, const QString &fileTypeHint=QString()) |
| Emitted when a file needs to be opened. More...
|
|
void | providerDialogsRefreshRequested () |
| One or more provider connections have changed and the dialogs should be refreshed. More...
|
|
void | replaceSelectedVectorLayer (const QString &oldId, const QString &uri, const QString &layerName, const QString &provider) |
| Replace the selected layer by a vector layer defined by uri, layer name, data source uri. More...
|
|
void | showStatusMessage (const QString &message) |
| Emitted when a status message needs to be shown: for signal forwarding to QgisApp. More...
|
|
void | updateProjectHome () |
| Update project home directory. More...
|
|
|
| QgsDataSourceManagerDialog (QgsBrowserGuiModel *browserModel, QWidget *parent=nullptr, QgsMapCanvas *canvas=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) |
| QgsDataSourceManagerDialog constructor. More...
|
|
| ~QgsDataSourceManagerDialog () override |
|
QgsMessageBar * | messageBar () const |
| Returns the dialog's message bar. More...
|
|
void | openPage (const QString &pageName) |
| Open a given page in the dialog. More...
|
|
| QgsOptionsDialogBase (const QString &settingsKey, QWidget *parent=nullptr, Qt::WindowFlags fl=Qt::WindowFlags(), QgsSettings *settings=nullptr) |
| Constructor. More...
|
|
| ~QgsOptionsDialogBase () override |
|
void | addPage (const QString &title, const QString &tooltip, const QIcon &icon, QWidget *widget) |
| Adds a new page to the dialog pages. More...
|
|
bool | iconOnly () |
| Determine if the options list is in icon only mode. More...
|
|
void | initOptionsBase (bool restoreUi=true, const QString &title=QString()) |
| Set up the base ui connections for vertical tabs. More...
|
|
void | insertPage (const QString &title, const QString &tooltip, const QIcon &icon, QWidget *widget, const QString &before) |
| Inserts a new page into the dialog pages. More...
|
|
void | resizeAlltabs (int index) |
| Resizes all tabs when the dialog is resized. More...
|
|
void | restoreLastPage () |
| Refocus the active tab from the last time the dialog was shown. More...
|
|
void | restoreOptionsBaseUi (const QString &title=QString()) |
| Restore the base ui. More...
|
|
void | setCurrentPage (const QString &page) |
| Sets the dialog page (by object name) to show. More...
|
|
void | setSettings (QgsSettings *settings) |
|
The QgsDataSourceManagerDialog class embeds the browser panel and all the provider dialogs.
The dialog does not handle layer addition directly but emits signals that need to be forwarded to the QGIS application to be handled.
- Note
- not available in Python bindings
- Since
- QGIS 3.0
Definition at line 47 of file qgsdatasourcemanagerdialog.h.