mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04:00 
			
		
		
		
	Use Qt style "returns .." tense instead of "return ..", and lock this in with a documentation compliance unit test
		
			
				
	
	
		
			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.pl 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.pl again   *
 | |
|  ************************************************************************/
 |