QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
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.

Since
QGIS 2.9

Definition at line 40 of file qgspainteffectwidget.h.

Constructor & Destructor Documentation

◆ QgsPaintEffectWidget()

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

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


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