mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
65 lines
1.8 KiB
Plaintext
65 lines
1.8 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsmanageconnectionsdialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsManageConnectionsDialog : QDialog
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsmanageconnectionsdialog.h"
|
|
%End
|
|
public:
|
|
enum Mode
|
|
{
|
|
Export,
|
|
Import
|
|
};
|
|
|
|
enum Type
|
|
{
|
|
WMS,
|
|
PostGIS,
|
|
WFS,
|
|
MSSQL,
|
|
WCS,
|
|
Oracle,
|
|
HANA,
|
|
XyzTiles,
|
|
ArcgisMapServer,
|
|
ArcgisFeatureServer,
|
|
VectorTile,
|
|
TiledScene,
|
|
SensorThings,
|
|
CloudStorage,
|
|
};
|
|
|
|
QgsManageConnectionsDialog( QWidget *parent /TransferThis/ = 0, Mode mode = Export, Type type = WMS, const QString &fileName = QString() );
|
|
%Docstring
|
|
Constructor for QgsManageConnectionsDialog.
|
|
%End
|
|
|
|
public slots:
|
|
void doExportImport();
|
|
void selectAll();
|
|
void clearSelection();
|
|
void selectionChanged();
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsmanageconnectionsdialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|