Свойство | Тип | Описание | |
---|---|---|---|
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, |
||
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 ( |
Метод | Описание | |
---|---|---|
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 |
protected QTimeLine ( |
||
dummy | ||
Результат | System |
public QTimeLine ( int duration ) : System | ||
duration | int | |
Результат | System |
public QTimeLine ( int duration, |
||
duration | int | |
parent | ||
Результат | System |
public SetFrameRange ( int startFrame, int endFrame ) : void | ||
startFrame | int | |
endFrame | int | |
Результат | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
Результат | string |