QGIS API Documentation 3.31.0-Master (9f23a2c1dc)
|
#include <qgspainteffectwidget.h>
Public Member Functions | |
QgsDrawSourceWidget (QWidget *parent=nullptr) | |
void | setPaintEffect (QgsPaintEffect *effect) override |
Sets the paint effect to modify with the widget. More... | |
![]() | |
QgsPaintEffectWidget (QWidget *parent=nullptr) | |
virtual void | setPaintEffect (QgsPaintEffect *effect)=0 |
Sets the paint effect to modify with the widget. More... | |
Static Public Member Functions | |
static QgsPaintEffectWidget * | create () |
Additional Inherited Members | |
![]() | |
void | changed () |
Emitted when properties of the effect are changed through the widget. More... | |
Definition at line 70 of file qgspainteffectwidget.h.
QgsDrawSourceWidget::QgsDrawSourceWidget | ( | QWidget * | parent = nullptr | ) |
Definition at line 33 of file qgspainteffectwidget.cpp.
|
inlinestatic |
Definition at line 77 of file qgspainteffectwidget.h.
|
overridevirtual |
Sets the paint effect to modify with the widget.
effect | paint effect |
Implements QgsPaintEffectWidget.
Definition at line 44 of file qgspainteffectwidget.cpp.