src/corelib/animation/qsequentialanimationgroup_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    83 
    83 
    84     void setCurrentAnimation(int index, bool intermediate = false);
    84     void setCurrentAnimation(int index, bool intermediate = false);
    85     void activateCurrentAnimation(bool intermediate = false);
    85     void activateCurrentAnimation(bool intermediate = false);
    86 
    86 
    87     void animationInsertedAt(int index);
    87     void animationInsertedAt(int index);
    88     void animationRemovedAt(int index);
    88     void animationRemoved(int index, QAbstractAnimation *anim);
    89 
    89 
    90     bool atEnd() const;
    90     bool atEnd() const;
    91 
    91 
    92     QAbstractAnimation *currentAnimation;
    92     QAbstractAnimation *currentAnimation;
    93     int currentAnimationIndex;
    93     int currentAnimationIndex;