|
virtual void | addButtonClicked () |
| Triggered when the add button is clicked, the add layer signal is emitted Concrete classes should implement the right behavior depending on the layer being added. More...
|
|
virtual void | refresh () |
| Triggered when the provider's connections need to be refreshed The default implementation does nothing. More...
|
|
virtual void | reset () |
| Called when this source select widget is being shown in a "new and clean" dialog. More...
|
|
void | addDatabaseLayers (const QStringList &paths, const QString &providerKey) |
| Emitted when a DB layer has been selected for addition. More...
|
|
void | addMeshLayer (const QString &url, const QString &baseName, const QString &providerKey) |
| Emitted when a mesh layer has been selected for addition. More...
|
|
void | addPointCloudLayer (const QString &url, const QString &baseName, const QString &providerKey) |
| Emitted when a point cloud layer has been selected for addition. More...
|
|
void | addRasterLayer (const QString &rasterLayerPath, const QString &baseName, const QString &providerKey) |
| Emitted when a raster layer has been selected for addition. More...
|
|
void | addRasterLayers (const QStringList &layersList) |
| Emitted when one or more GDAL supported layers are selected for addition. More...
|
|
void | addVectorLayer (const QString &uri, const QString &layerName, const QString &providerKey=QString()) |
| Emitted when a vector layer has been selected for addition. More...
|
|
void | addVectorLayers (const QStringList &layerList, const QString &encoding, const QString &dataSourceType) |
| Emitted when one or more OGR supported layers are selected for addition. More...
|
|
void | addVectorTileLayer (const QString &url, const QString &baseName) |
| Emitted when a vector tile layer has been selected for addition. More...
|
|
void | connectionsChanged () |
| Emitted when the provider's connections have changed This signal is normally forwarded the app and used to refresh browser items. More...
|
|
void | enableButtons (bool enable) |
| Emitted when the ok/add buttons should be enabled/disabled. More...
|
|
Q_DECL_DEPRECATED void | progress (int, int) |
| Emitted when a progress dialog is shown by the provider dialog. More...
|
|
void | progressMessage (QString message) |
| Emitted when a progress dialog is shown by the provider dialog. More...
|
|
void | pushMessage (const QString &title, const QString &message, const Qgis::MessageLevel level=Qgis::MessageLevel::Info) |
| Emitted when a message with title and level must be shown to the user using the parent visible message bar. More...
|
|
void | replaceVectorLayer (const QString &oldId, const QString &source, const QString &name, const QString &provider) |
| Emitted when a layer needs to be replaced. More...
|
|