mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
68 lines
1.8 KiB
Plaintext
68 lines
1.8 KiB
Plaintext
/************************************************************************
|
|
* 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 *
|
|
************************************************************************/
|