Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | OffsetChanged (QPointF offset) |
More... | |
void | BlurRadiusChanged (double blurRadius) |
More... | |
void | ColorChanged (QColor color) |
More... | |
![]() | |
void | EnabledChanged (bool enabled) |
More... | |
![]() | |
void | Destroyed (QObject obj=null) |
More... | |
void | Destroyed () |
More... | |
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.