mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			65 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			65 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsgroupwmsdatadialog.h                                      *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsGroupWmsDataDialog: QDialog
 | 
						|
{
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsgroupwmsdatadialog.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    QgsGroupWmsDataDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
 | 
						|
%Docstring
 | 
						|
Constructor
 | 
						|
%End
 | 
						|
 | 
						|
    QString groupTitle();
 | 
						|
%Docstring
 | 
						|
Returns group WMS title
 | 
						|
%End
 | 
						|
 | 
						|
    QString groupShortName();
 | 
						|
%Docstring
 | 
						|
Returns group WMS short name
 | 
						|
%End
 | 
						|
 | 
						|
    QString groupAbstract();
 | 
						|
%Docstring
 | 
						|
Returns group WMS abstract
 | 
						|
%End
 | 
						|
 | 
						|
 | 
						|
  public slots:
 | 
						|
    void setGroupTitle( const QString &title );
 | 
						|
%Docstring
 | 
						|
Sets group WMS title
 | 
						|
%End
 | 
						|
 | 
						|
    void setGroupShortName( const QString &shortName );
 | 
						|
%Docstring
 | 
						|
Sets group WMS short name
 | 
						|
%End
 | 
						|
 | 
						|
    void setGroupAbstract( const QString &abstract );
 | 
						|
%Docstring
 | 
						|
Sets group WMS abstract
 | 
						|
%End
 | 
						|
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsgroupwmsdatadialog.h                                      *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 |