C# 클래스 Qyoto.QTimeLine

상속: QObject, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
QTimeLine System
Resume void
SetCurrentTime void
SetPaused void
Start void
Stop void
TimerEvent void
ToggleDirection void
ValueForTime double

공개 메소드들

메소드 설명
CurrentFrame ( ) : int
CurrentValue ( ) : double
Dispose ( ) : void
EndFrame ( ) : int
FrameForTime ( int msec ) : int
QTimeLine ( int duration ) : System
QTimeLine ( int duration, QObject parent ) : System
SetEndFrame ( int frame ) : void
SetFrameRange ( int startFrame, int endFrame ) : void
SetStartFrame ( int frame ) : void
StartFrame ( ) : int
Tr ( string s ) : string
Tr ( string s, string c ) : string
state ( ) : QTimeLine.State

보호된 메소드들

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

비공개 메소드들

메소드 설명
QTimeLine ( ) : System
Resume ( ) : void
SetCurrentTime ( int msec ) : void
SetPaused ( bool paused ) : void
Start ( ) : void
Stop ( ) : void
TimerEvent ( Qyoto.QTimerEvent arg1 ) : void
ToggleDirection ( ) : void
ValueForTime ( int msec ) : double

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

CurrentFrame() 공개 메소드

public CurrentFrame ( ) : int
리턴 int

CurrentValue() 공개 메소드

public CurrentValue ( ) : double
리턴 double

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndFrame() 공개 메소드

public EndFrame ( ) : int
리턴 int

FrameForTime() 공개 메소드

public FrameForTime ( int msec ) : int
msec int
리턴 int

QTimeLine() 보호된 메소드

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

QTimeLine() 공개 메소드

public QTimeLine ( int duration ) : System
duration int
리턴 System

QTimeLine() 공개 메소드

public QTimeLine ( int duration, QObject parent ) : System
duration int
parent QObject
리턴 System

SetEndFrame() 공개 메소드

public SetEndFrame ( int frame ) : void
frame int
리턴 void

SetFrameRange() 공개 메소드

public SetFrameRange ( int startFrame, int endFrame ) : void
startFrame int
endFrame int
리턴 void

SetStartFrame() 공개 메소드

public SetStartFrame ( int frame ) : void
frame int
리턴 void

StartFrame() 공개 메소드

public StartFrame ( ) : int
리턴 int

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string

state() 공개 메소드

public state ( ) : QTimeLine.State
리턴 QTimeLine.State