Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.IQGraphicsOpacityEffectSignals Interface Reference
Inheritance diagram for QtGui.IQGraphicsOpacityEffectSignals:
Collaboration diagram for QtGui.IQGraphicsOpacityEffectSignals:

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 ()
 
 

Member Function Documentation

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.