protected override void UpdateDirection(QAbstractAnimation.Direction direction) { interceptor.Invoke("updateDirection$", "updateDirection(QAbstractAnimation::Direction)", typeof(void), typeof(QAbstractAnimation.Direction), direction); }
protected override void UpdateState(QAbstractAnimation.State newState, QAbstractAnimation.State oldState) { interceptor.Invoke("updateState$$", "updateState(QAbstractAnimation::State, QAbstractAnimation::State)", typeof(void), typeof(QAbstractAnimation.State), newState, typeof(QAbstractAnimation.State), oldState); }
public void RemoveDefaultAnimation(QAbstractAnimation animation) { interceptor.Invoke("removeDefaultAnimation#", "removeDefaultAnimation(QAbstractAnimation*)", typeof(void), typeof(QAbstractAnimation), animation); }
public void Start(QAbstractAnimation.DeletionPolicy policy) { interceptor.Invoke("start$", "start(QAbstractAnimation::DeletionPolicy)", typeof(void), typeof(QAbstractAnimation.DeletionPolicy), policy); }
public void AddAnimation(QAbstractAnimation animation) { interceptor.Invoke("addAnimation#", "addAnimation(QAbstractAnimation*)", typeof(void), typeof(QAbstractAnimation), animation); }
public void InsertAnimation(int index, QAbstractAnimation animation) { interceptor.Invoke("insertAnimation$#", "insertAnimation(int, QAbstractAnimation*)", typeof(void), typeof(int), index, typeof(QAbstractAnimation), animation); }
public int IndexOfAnimation(QAbstractAnimation animation) { return (int) interceptor.Invoke("indexOfAnimation#", "indexOfAnimation(QAbstractAnimation*) const", typeof(int), typeof(QAbstractAnimation), animation); }