QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
19 #ifndef QGSABSTRACTDATASOURCEWIDGET_H
20 #define QGSABSTRACTDATASOURCEWIDGET_H
29 #include <QDialogButtonBox>
68 virtual void addButtonClicked();
93 void addRasterLayer(
const QString &rasterLayerPath,
const QString &baseName,
const QString &providerKey );
101 void addVectorLayer(
const QString &uri,
const QString &layerName,
const QString &providerKey = QString() );
107 void addMeshLayer(
const QString &url,
const QString &baseName,
const QString &providerKey );
121 void addVectorLayers(
const QStringList &layerList,
const QString &encoding,
const QString &dataSourceType );
130 void replaceVectorLayer(
const QString &oldId,
const QString &source,
const QString &name,
const QString &provider );
164 void setupButtons( QDialogButtonBox *buttonBox );
170 QPushButton *mAddButton =
nullptr;
176 #endif // QGSABSTRACTDATASOURCEWIDGET_H
Map canvas is a class for displaying all GIS data types on a canvas.
WidgetMode
Different ways a source select dialog can be used.
MessageLevel
Level for messages This will be used both for message log and message bar in application.