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

Public Member Functions

void CurrentAnimationChanged (QAbstractAnimation current)
 
 

Member Function Documentation

void QtCore.IQSequentialAnimationGroupSignals.CurrentAnimationChanged ( QAbstractAnimation  current)

QSequentialAnimationGroup emits this signal when currentAnimation has been changed. current is the current animation.

See also currentAnimation().