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

Public Member Functions

void ColorChanged (QColor color)
  More...
 
void StrengthChanged (double strength)
  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.IQGraphicsColorizeEffectSignals.ColorChanged ( QColor  color)

This signal is emitted whenever the effect's color changes. The color parameter holds the effect's new color.

void QtGui.IQGraphicsColorizeEffectSignals.StrengthChanged ( double  strength)

This signal is emitted whenever setStrength() changes the colorize strength property. strength contains the new strength value of the colorize effect.