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

Public Member Functions

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

Member Function Documentation

void QtCore.IQVariantAnimationSignals.ValueChanged ( object  value)

QVariantAnimation emits this signal whenever the current value changes.

See also currentValue, startValue, and endValue.