Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | OpacityChanged (double opacity) |
| |
void | OpacityMaskChanged (QBrush mask) |
| |
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.IQGraphicsOpacityEffectSignals.OpacityChanged | ( | double | opacity | ) |
This signal is emitted whenever the effect's opacity changes. The opacity parameter holds the effect's new opacity.
void QtGui.IQGraphicsOpacityEffectSignals.OpacityMaskChanged | ( | QBrush | mask | ) |
This signal is emitted whenever the effect's opacity mask changes. The mask parameter holds the effect's new opacity mask.