QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsPaintEffectWidget Class Referenceabstract

Base class for effect properties widgets. More...

#include <qgspainteffectwidget.h>

Inheritance diagram for QgsPaintEffectWidget:

Signals

void changed ()
 Emitted when properties of the effect are changed through the widget.

Public Member Functions

 QgsPaintEffectWidget (QWidget *parent=nullptr)
virtual void setPaintEffect (QgsPaintEffect *effect)=0
 Sets the paint effect to modify with the widget.

Detailed Description

Base class for effect properties widgets.

Definition at line 38 of file qgspainteffectwidget.h.

Constructor & Destructor Documentation

◆ QgsPaintEffectWidget()

QgsPaintEffectWidget::QgsPaintEffectWidget ( QWidget * parent = nullptr)
inline

Definition at line 43 of file qgspainteffectwidget.h.

Member Function Documentation

◆ changed

void QgsPaintEffectWidget::changed ( )
signal

Emitted when properties of the effect are changed through the widget.

◆ setPaintEffect()

virtual void QgsPaintEffectWidget::setPaintEffect ( QgsPaintEffect * effect)
pure virtual

Sets the paint effect to modify with the widget.

Parameters
effectpaint effect

Implemented in QgsBlurWidget, QgsColorEffectWidget, QgsDrawSourceWidget, QgsGlowWidget, QgsShadowEffectWidget, and QgsTransformWidget.


The documentation for this class was generated from the following file: