C# 클래스 Plasma.Animation

상속: Qyoto.QAbstractAnimation
파일 보기 프로젝트 열기: 0xd34df00d/Qross

Private Properties

프로퍼티 타입 설명
SetDuration void
SetDuration void
UpdateCurrentTime void

공개 메소드들

메소드 설명
Animation ( ) : System
Animation ( QObject parent ) : System Default constructor. name="parent" Object parent (might be set when using \ref Animator.Create factory).

보호된 메소드들

메소드 설명
Animation ( Type dummy ) : System
CreateProxy ( ) : void

비공개 메소드들

메소드 설명
SetDuration ( ) : void
SetDuration ( int duration ) : void
UpdateCurrentTime ( int currentTime ) : void

메소드 상세

Animation() 공개 메소드

public Animation ( ) : System
리턴 System

Animation() 공개 메소드

Default constructor. name="parent" Object parent (might be set when using \ref Animator.Create factory).
public Animation ( QObject parent ) : System
parent Qyoto.QObject
리턴 System

Animation() 보호된 메소드

protected Animation ( Type dummy ) : System
dummy System.Type
리턴 System

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void