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

Public Member Functions

void ValueChanged (object value)
 
 
- Public Member Functions inherited from QtCore.IQAbstractAnimationSignals
void Finished ()
 
 
void StateChanged (QAbstractAnimation.State newState, QAbstractAnimation.State oldState)
 
 
void CurrentLoopChanged (int currentLoop)
 
 
void DirectionChanged (QAbstractAnimation.Direction arg1)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtCore.IQVariantAnimationSignals.ValueChanged ( object  value)

QVariantAnimation emits this signal whenever the current value changes.

See also currentValue, startValue, and endValue.