mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	Use Qt style "returns .." tense instead of "return ..", and lock this in with a documentation compliance unit test
		
			
				
	
	
		
			61 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/symbology/qgsstylegroupselectiondialog.h                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsStyleGroupSelectionDialog : QDialog
 | 
						|
{
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsstylegroupselectiondialog.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    QgsStyleGroupSelectionDialog( QgsStyle *style, QWidget *parent = 0 );
 | 
						|
    void setBold( QStandardItem *item );
 | 
						|
%Docstring
 | 
						|
Sets bold font for item
 | 
						|
%End
 | 
						|
 | 
						|
  signals:
 | 
						|
    void tagSelected( const QString &tagName );
 | 
						|
%Docstring
 | 
						|
tag with tagName has been selected
 | 
						|
%End
 | 
						|
    void tagDeselected( const QString &tagName );
 | 
						|
%Docstring
 | 
						|
tag with tagName has been deselected
 | 
						|
%End
 | 
						|
    void smartgroupSelected( const QString &groupName );
 | 
						|
%Docstring
 | 
						|
smartgroup with groupName has been selected
 | 
						|
%End
 | 
						|
    void smartgroupDeselected( const QString &groupName );
 | 
						|
%Docstring
 | 
						|
smart group with groupName has been deselected
 | 
						|
%End
 | 
						|
    void allDeselected();
 | 
						|
%Docstring
 | 
						|
all deselected
 | 
						|
%End
 | 
						|
    void allSelected();
 | 
						|
%Docstring
 | 
						|
all selected
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/symbology/qgsstylegroupselectiondialog.h                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |