C# Class Qyoto.QTimeLine

Inheritance: QObject, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Свойство Type Description
QTimeLine System
Resume void
SetCurrentTime void
SetPaused void
Start void
Stop void
TimerEvent void
ToggleDirection void
ValueForTime double

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QTimeLine ( Type dummy ) : System

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

CurrentFrame() public méthode

public CurrentFrame ( ) : int
Résultat int

CurrentValue() public méthode

public CurrentValue ( ) : double
Résultat double

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndFrame() public méthode

public EndFrame ( ) : int
Résultat int

FrameForTime() public méthode

public FrameForTime ( int msec ) : int
msec int
Résultat int

QTimeLine() protected méthode

protected QTimeLine ( Type dummy ) : System
dummy System.Type
Résultat System

QTimeLine() public méthode

public QTimeLine ( int duration ) : System
duration int
Résultat System

QTimeLine() public méthode

public QTimeLine ( int duration, QObject parent ) : System
duration int
parent QObject
Résultat System

SetEndFrame() public méthode

public SetEndFrame ( int frame ) : void
frame int
Résultat void

SetFrameRange() public méthode

public SetFrameRange ( int startFrame, int endFrame ) : void
startFrame int
endFrame int
Résultat void

SetStartFrame() public méthode

public SetStartFrame ( int frame ) : void
frame int
Résultat void

StartFrame() public méthode

public StartFrame ( ) : int
Résultat int

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string

state() public méthode

public state ( ) : QTimeLine.State
Résultat QTimeLine.State