/************************************************************************ * This file has been generated automatically from * * * * src/gui/effects/qgspainteffectpropertieswidget.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ class QgsPaintEffectPropertiesWidget : QWidget { %Docstring A widget which modifies the properties of a QgsPaintEffect .. versionadded:: 2.9 %End %TypeHeaderCode #include "qgspainteffectpropertieswidget.h" %End public: QgsPaintEffectPropertiesWidget( QgsPaintEffect *effect, QWidget *parent /TransferThis/ = 0 ); %Docstring QgsPaintEffectPropertiesWidget constructor :param effect: 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.pl again * ************************************************************************/