QGIS API Documentation 3.43.0-Master (c67cf405802)
|
A widget for configuring QgsGlowEffect effects. More...
#include <qgspainteffectwidget.h>
Public Member Functions | |
QgsGlowWidget (QWidget *parent=nullptr) | |
void | setPaintEffect (QgsPaintEffect *effect) override |
Sets the paint effect to modify with the widget. | |
![]() | |
QgsPaintEffectWidget (QWidget *parent=nullptr) | |
Static Public Member Functions | |
static QgsPaintEffectWidget * | create () |
Additional Inherited Members | |
![]() | |
void | changed () |
Emitted when properties of the effect are changed through the widget. | |
A widget for configuring QgsGlowEffect effects.
Definition at line 173 of file qgspainteffectwidget.h.
QgsGlowWidget::QgsGlowWidget | ( | QWidget * | parent = nullptr | ) |
Definition at line 435 of file qgspainteffectwidget.cpp.
|
inlinestatic |
Definition at line 180 of file qgspainteffectwidget.h.
|
overridevirtual |
Sets the paint effect to modify with the widget.
effect | paint effect |
Implements QgsPaintEffectWidget.
Definition at line 464 of file qgspainteffectwidget.cpp.