mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	This provider has been marked deprecated and hidden from the UI for a number of QGIS releases. No maintainers have stepped up to take over maintainance of this provider, and accordingly it is now subject for removal.
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsmanageconnectionsdialog.h                                 *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsManageConnectionsDialog : QDialog
 | 
						|
{
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsmanageconnectionsdialog.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    enum Mode
 | 
						|
    {
 | 
						|
      Export,
 | 
						|
      Import
 | 
						|
    };
 | 
						|
 | 
						|
    enum Type
 | 
						|
    {
 | 
						|
      WMS,
 | 
						|
      PostGIS,
 | 
						|
      WFS,
 | 
						|
      MSSQL,
 | 
						|
      WCS,
 | 
						|
      Oracle,
 | 
						|
      HANA,
 | 
						|
      GeoNode,
 | 
						|
      XyzTiles,
 | 
						|
      ArcgisMapServer,
 | 
						|
      ArcgisFeatureServer,
 | 
						|
      VectorTile
 | 
						|
    };
 | 
						|
 | 
						|
    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.pl again   *
 | 
						|
 ************************************************************************/
 |