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

Public Member Functions

void OpacityChanged (double opacity)
  More...
 
void OpacityMaskChanged (QBrush mask)
  More...
 
- Public Member Functions inherited from QtGui.IQGraphicsEffectSignals
void EnabledChanged (bool enabled)
  More...
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject obj=null)
  More...
 
void Destroyed ()
  More...
 

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.