Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | OffsetChanged (QPointF offset) |
| |
void | BlurRadiusChanged (double blurRadius) |
| |
void | ColorChanged (QColor color) |
| |
Public Member Functions inherited from QtGui.IQGraphicsEffectSignals | |
void | EnabledChanged (bool enabled) |
| |
Public Member Functions inherited from QtCore.IQObjectSignals | |
void | Destroyed (QObject arg1) |
void | Destroyed () |
| |
void QtGui.IQGraphicsDropShadowEffectSignals.BlurRadiusChanged | ( | double | blurRadius | ) |
This signal is emitted whenever the effect's blur radius changes. The blurRadius parameter holds the effect's new blur radius.
void QtGui.IQGraphicsDropShadowEffectSignals.ColorChanged | ( | QColor | color | ) |
This signal is emitted whenever the effect's color changes. The color parameter holds the effect's new color.
void QtGui.IQGraphicsDropShadowEffectSignals.OffsetChanged | ( | QPointF | offset | ) |
This signal is emitted whenever the effect's shadow offset changes. The offset parameter holds the effect's new shadow offset.