mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			68 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			1.9 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
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
A dialog for importing or exporting stored connections.
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsmanageconnectionsdialog.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    enum Mode /BaseType=IntEnum/
 | 
						|
    {
 | 
						|
      Export,
 | 
						|
      Import
 | 
						|
    };
 | 
						|
 | 
						|
    enum Type /BaseType=IntEnum/
 | 
						|
    {
 | 
						|
      WMS,
 | 
						|
      PostGIS,
 | 
						|
      WFS,
 | 
						|
      MSSQL,
 | 
						|
      WCS,
 | 
						|
      Oracle,
 | 
						|
      HANA,
 | 
						|
      XyzTiles,
 | 
						|
      ArcgisMapServer,
 | 
						|
      ArcgisFeatureServer,
 | 
						|
      VectorTile,
 | 
						|
      TiledScene,
 | 
						|
      SensorThings,
 | 
						|
      CloudStorage,
 | 
						|
      STAC,
 | 
						|
    };
 | 
						|
 | 
						|
    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   *
 | 
						|
 ************************************************************************/
 |