QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Signals | Public Member Functions | List of all members
QgsPaintEffectWidget Class Referenceabstract

Base class for effect properties widgets. More...

#include <qgspainteffectwidget.h>

Inheritance diagram for QgsPaintEffectWidget:
Inheritance graph
[legend]

Signals

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

Public Member Functions

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

Detailed Description

Base class for effect properties widgets.

Definition at line 39 of file qgspainteffectwidget.h.

Constructor & Destructor Documentation

◆ QgsPaintEffectWidget()

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

Definition at line 44 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 QgsDrawSourceWidget, QgsBlurWidget, QgsShadowEffectWidget, QgsGlowWidget, QgsTransformWidget, and QgsColorEffectWidget.


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