| 
| void  | addButtonClicked () override | 
|   | 
| void  | refresh () override | 
|   | 
| void  | reset () override | 
|   | 
| void  | updateExtentFilter (int index) | 
|   | Updates the extent filter based on the combo box current item index.  
  | 
|   | 
| 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.  
  | 
|   | 
| virtual bool  | configureFromUri (const QString &uri) | 
|   | Configure the widget from a layer uri by selecting the layer path or connection options.  
  | 
|   | 
| virtual void  | refresh () | 
|   | Triggered when the provider's connections need to be refreshed The default implementation does nothing.  
  | 
|   | 
| virtual void  | reset () | 
|   | Called when this source select widget is being shown in a "new and clean" dialog.  
  | 
|   | 
 | 
| void  | addDatabaseLayers (const QStringList &paths, const QString &providerKey) | 
|   | Emitted when a DB layer has been selected for addition.  
  | 
|   | 
| void  | addLayer (Qgis::LayerType type, const QString &url, const QString &baseName, const QString &providerKey) | 
|   | Emitted when a layer has been selected for addition.  
  | 
|   | 
| Q_DECL_DEPRECATED void  | addMeshLayer (const QString &url, const QString &baseName, const QString &providerKey) | 
|   | Emitted when a mesh layer has been selected for addition.  
  | 
|   | 
| Q_DECL_DEPRECATED void  | addPointCloudLayer (const QString &url, const QString &baseName, const QString &providerKey) | 
|   | Emitted when a point cloud layer has been selected for addition.  
  | 
|   | 
| Q_DECL_DEPRECATED void  | addRasterLayer (const QString &rasterLayerPath, const QString &baseName, const QString &providerKey) | 
|   | Emitted when a raster layer has been selected for addition.  
  | 
|   | 
| void  | addRasterLayers (const QStringList &layersList) | 
|   | Emitted when one or more GDAL supported layers are selected for addition.  
  | 
|   | 
| Q_DECL_DEPRECATED void  | addVectorLayer (const QString &uri, const QString &layerName, const QString &providerKey=QString()) | 
|   | Emitted when a vector layer has been selected for addition.  
  | 
|   | 
| void  | addVectorLayers (const QStringList &layerList, const QString &encoding, const QString &dataSourceType) | 
|   | Emitted when one or more OGR supported layers are selected for addition.  
  | 
|   | 
| Q_DECL_DEPRECATED void  | addVectorTileLayer (const QString &url, const QString &baseName) | 
|   | Emitted when a vector tile layer has been selected for addition.  
  | 
|   | 
| void  | connectionsChanged () | 
|   | Emitted when the provider's connections have changed This signal is normally forwarded the app and used to refresh browser items.  
  | 
|   | 
| void  | enableButtons (bool enable) | 
|   | Emitted when the ok/add buttons should be enabled/disabled.  
  | 
|   | 
| Q_DECL_DEPRECATED void  | progress (int, int) | 
|   | Emitted when a progress dialog is shown by the provider dialog.  
  | 
|   | 
| void  | progressMessage (QString message) | 
|   | Emitted when a progress dialog is shown by the provider dialog.  
  | 
|   | 
| 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.  
  | 
|   | 
| void  | replaceVectorLayer (const QString &oldId, const QString &source, const QString &name, const QString &provider) | 
|   | Emitted when a layer needs to be replaced.  
  | 
|   | 
Offers layer metadata search and filtering. 
It is designed to be embedded in the data source manager dialog. 
- Since
 - QGIS 3.28 
 
Definition at line 37 of file qgslayermetadatasearchwidget.h.