QgsPaintEffectPropertiesWidget class
A widget which modifies the properties of a QgsPaintEffect.
Contents
Constructors, destructors, conversion operators
- QgsPaintEffectPropertiesWidget(QgsPaintEffect* effect, QWidget* parent = nullptr)
- QgsPaintEffectPropertiesWidget constructor.
Signals
- void changed()
- Emitted when paint effect properties changes.
- void changeEffect(QgsPaintEffect* effect)
- Emitted when paint effect type changes.
Public slots
- void effectTypeChanged()
- Update widget when effect type changes.
- void emitSignalChanged()
- Emits the changed signal.
Function documentation
QgsPaintEffectPropertiesWidget:: QgsPaintEffectPropertiesWidget(QgsPaintEffect* effect,
QWidget* parent = nullptr)
QgsPaintEffectPropertiesWidget constructor.
| Parameters | |
|---|---|
| effect | QgsPaintEffect to modify in the widget |
| parent | parent widget |