mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			64 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			64 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/effects/qgspainteffectpropertieswidget.h                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsPaintEffectPropertiesWidget : QWidget
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
A widget which modifies the properties of a :py:class:`QgsPaintEffect`.
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgspainteffectpropertieswidget.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    QgsPaintEffectPropertiesWidget( QgsPaintEffect *effect, QWidget *parent /TransferThis/ = 0 );
 | 
						|
%Docstring
 | 
						|
QgsPaintEffectPropertiesWidget constructor
 | 
						|
 | 
						|
:param effect: :py:class:`QgsPaintEffect` to modify in the widget
 | 
						|
:param parent: parent widget
 | 
						|
%End
 | 
						|
 | 
						|
  public slots:
 | 
						|
 | 
						|
    void effectTypeChanged();
 | 
						|
%Docstring
 | 
						|
Update widget when effect type changes
 | 
						|
%End
 | 
						|
 | 
						|
    void emitSignalChanged();
 | 
						|
%Docstring
 | 
						|
Emits the changed signal
 | 
						|
%End
 | 
						|
 | 
						|
  signals:
 | 
						|
 | 
						|
    void changed();
 | 
						|
%Docstring
 | 
						|
Emitted when paint effect properties changes
 | 
						|
%End
 | 
						|
 | 
						|
    void changeEffect( QgsPaintEffect *effect );
 | 
						|
%Docstring
 | 
						|
Emitted when paint effect type changes
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/effects/qgspainteffectpropertieswidget.h                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 |