QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <qgsmanageconnectionsdialog.h>
Public Types | |
enum | Mode { Export, Import } |
enum | Type { WMS, PostGIS, WFS, MSSQL, WCS, Oracle, HANA, GeoNode, XyzTiles, ArcgisMapServer, ArcgisFeatureServer, VectorTile } |
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. More... | |
Definition at line 31 of file qgsmanageconnectionsdialog.h.
Enumerator | |
---|---|
Export | |
Import |
Definition at line 36 of file qgsmanageconnectionsdialog.h.
Enumerator | |
---|---|
WMS | |
PostGIS | |
WFS | |
MSSQL | |
WCS | |
Oracle | |
HANA | |
GeoNode | |
XyzTiles | |
ArcgisMapServer | |
ArcgisFeatureServer | |
VectorTile |
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 27 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 1749 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 75 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 1743 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 70 of file qgsmanageconnectionsdialog.cpp.