mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/effects/qgseffectdrawmodecombobox.h                          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsEffectDrawModeComboBox : QComboBox
 | 
						|
{
 | 
						|
%Docstring
 | 
						|
A combo box allowing selection of paint effect draw modes
 | 
						|
 | 
						|
.. versionadded:: 2.9
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgseffectdrawmodecombobox.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsEffectDrawModeComboBox( QWidget *parent /TransferThis/ = 0 );
 | 
						|
 | 
						|
    QgsPaintEffect::DrawMode drawMode() const;
 | 
						|
%Docstring
 | 
						|
Returns the currently selected draw mode for the combo box
 | 
						|
 | 
						|
:return: current draw mode
 | 
						|
%End
 | 
						|
 | 
						|
    void setDrawMode( QgsPaintEffect::DrawMode drawMode );
 | 
						|
%Docstring
 | 
						|
Sets the currently selected draw mode for the combo box
 | 
						|
 | 
						|
:param drawMode: selected draw mode
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/effects/qgseffectdrawmodecombobox.h                          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |