C# Class Qyoto.QTimeLine

Inheritance: QObject, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
QTimeLine System
Resume void
SetCurrentTime void
SetPaused void
Start void
Stop void
TimerEvent void
ToggleDirection void
ValueForTime double

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
QTimeLine ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CurrentFrame() public method

public CurrentFrame ( ) : int
return int

CurrentValue() public method

public CurrentValue ( ) : double
return double

Dispose() public method

public Dispose ( ) : void
return void

EndFrame() public method

public EndFrame ( ) : int
return int

FrameForTime() public method

public FrameForTime ( int msec ) : int
msec int
return int

QTimeLine() protected method

protected QTimeLine ( Type dummy ) : System
dummy System.Type
return System

QTimeLine() public method

public QTimeLine ( int duration ) : System
duration int
return System

QTimeLine() public method

public QTimeLine ( int duration, QObject parent ) : System
duration int
parent QObject
return System

SetEndFrame() public method

public SetEndFrame ( int frame ) : void
frame int
return void

SetFrameRange() public method

public SetFrameRange ( int startFrame, int endFrame ) : void
startFrame int
endFrame int
return void

SetStartFrame() public method

public SetStartFrame ( int frame ) : void
frame int
return void

StartFrame() public method

public StartFrame ( ) : int
return int

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string

state() public method

public state ( ) : QTimeLine.State
return QTimeLine.State