2017-05-23 14:45:44 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgsmanageconnectionsdialog.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsManageConnectionsDialog : QDialog
|
|
|
|
{
|
2017-05-23 14:45:44 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-05-23 14:45:44 +02:00
|
|
|
#include "qgsmanageconnectionsdialog.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
|
|
|
enum Mode
|
|
|
|
{
|
|
|
|
Export,
|
|
|
|
Import
|
|
|
|
};
|
|
|
|
|
|
|
|
enum Type
|
|
|
|
{
|
|
|
|
WMS,
|
|
|
|
PostGIS,
|
|
|
|
WFS,
|
|
|
|
MSSQL,
|
2017-05-23 14:45:44 +02:00
|
|
|
DB2,
|
2013-06-23 16:00:16 +02:00
|
|
|
WCS,
|
|
|
|
Oracle,
|
2018-03-12 12:15:41 +01:00
|
|
|
GeoNode,
|
2020-04-14 19:20:16 +03:00
|
|
|
XyzTiles,
|
|
|
|
ArcgisMapServer,
|
2020-04-16 14:52:31 +03:00
|
|
|
ArcgisFeatureServer,
|
|
|
|
VectorTile
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
|
|
|
|
2017-09-25 14:20:39 +10:00
|
|
|
QgsManageConnectionsDialog( QWidget *parent /TransferThis/ = 0, Mode mode = Export, Type type = WMS, const QString &fileName = QString() );
|
2017-09-25 15:16:05 +10:00
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Constructor for QgsManageConnectionsDialog.
|
2017-09-25 15:16:05 +10:00
|
|
|
%End
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
public slots:
|
|
|
|
void doExportImport();
|
|
|
|
void selectAll();
|
|
|
|
void clearSelection();
|
2014-01-26 18:35:21 +01:00
|
|
|
void selectionChanged();
|
2017-05-23 14:45:44 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-05-23 14:45:44 +02:00
|
|
|
|
|
|
|
|
2017-09-25 14:20:39 +10:00
|
|
|
|
2017-05-23 14:45:44 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/qgsmanageconnectionsdialog.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|