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

Public Member Functions

void OffsetChanged (QPointF offset)
 
 
void BlurRadiusChanged (double blurRadius)
 
 
void ColorChanged (QColor color)
 
 
- 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.IQGraphicsDropShadowEffectSignals.BlurRadiusChanged ( double  blurRadius)

This signal is emitted whenever the effect's blur radius changes. The blurRadius parameter holds the effect's new blur radius.

void QtGui.IQGraphicsDropShadowEffectSignals.ColorChanged ( QColor  color)

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

void QtGui.IQGraphicsDropShadowEffectSignals.OffsetChanged ( QPointF  offset)

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