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

Public Member Functions

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