QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include <qgsmanageconnectionsdialog.h>
Public Types | |
enum | Mode { Export , Import } |
enum | Type { WMS , PostGIS , WFS , MSSQL , WCS , Oracle , HANA , XyzTiles , ArcgisMapServer , ArcgisFeatureServer , VectorTile , TiledScene , SensorThings , CloudStorage , STAC } |
Public Slots | |
void | clearSelection () |
void | doExportImport () |
void | selectAll () |
void | selectionChanged () |
Public Member Functions | |
QgsManageConnectionsDialog (QWidget *parent=nullptr, Mode mode=Export, Type type=WMS, const QString &fileName=QString()) | |
Constructor for QgsManageConnectionsDialog. | |
Definition at line 31 of file qgsmanageconnectionsdialog.h.
Enumerator | |
---|---|
Export | |
Import |
Definition at line 36 of file qgsmanageconnectionsdialog.h.
Definition at line 42 of file qgsmanageconnectionsdialog.h.
QgsManageConnectionsDialog::QgsManageConnectionsDialog | ( | QWidget * | parent = nullptr , |
Mode | mode = Export , |
||
Type | type = WMS , |
||
const QString & | fileName = QString() |
||
) |
Constructor for QgsManageConnectionsDialog.
Definition at line 35 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 2110 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 83 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 2104 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 78 of file qgsmanageconnectionsdialog.cpp.