コード例 #1
0
 protected override void UpdateDirection(QAbstractAnimation.Direction direction)
 {
     interceptor.Invoke("updateDirection$", "updateDirection(QAbstractAnimation::Direction)", typeof(void), typeof(QAbstractAnimation.Direction), direction);
 }
コード例 #2
0
 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);
 }
コード例 #3
0
ファイル: QStateMachine.cs プロジェクト: 0xd34df00d/Qross
 public void RemoveDefaultAnimation(QAbstractAnimation animation)
 {
     interceptor.Invoke("removeDefaultAnimation#", "removeDefaultAnimation(QAbstractAnimation*)", typeof(void), typeof(QAbstractAnimation), animation);
 }
コード例 #4
0
 public void Start(QAbstractAnimation.DeletionPolicy policy)
 {
     interceptor.Invoke("start$", "start(QAbstractAnimation::DeletionPolicy)", typeof(void), typeof(QAbstractAnimation.DeletionPolicy), policy);
 }
コード例 #5
0
 public void AddAnimation(QAbstractAnimation animation)
 {
     interceptor.Invoke("addAnimation#", "addAnimation(QAbstractAnimation*)", typeof(void), typeof(QAbstractAnimation), animation);
 }
コード例 #6
0
ファイル: QAnimationGroup.cs プロジェクト: 0xd34df00d/Qross
 public void InsertAnimation(int index, QAbstractAnimation animation)
 {
     interceptor.Invoke("insertAnimation$#", "insertAnimation(int, QAbstractAnimation*)", typeof(void), typeof(int), index, typeof(QAbstractAnimation), animation);
 }
コード例 #7
0
ファイル: QAnimationGroup.cs プロジェクト: 0xd34df00d/Qross
 public int IndexOfAnimation(QAbstractAnimation animation)
 {
     return (int) interceptor.Invoke("indexOfAnimation#", "indexOfAnimation(QAbstractAnimation*) const", typeof(int), typeof(QAbstractAnimation), animation);
 }