Méthode | Description | |
---|---|---|
AddAnimation ( |
||
AnimationAt ( int index ) : |
||
AnimationCount ( ) : int | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
IndexOfAnimation ( |
||
InsertAnimation ( int index, |
||
QAnimationGroup ( |
||
RemoveAnimation ( |
||
TakeAnimation ( int index ) : |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Méthode | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QAnimationGroup ( |
Méthode | Description | |
---|---|---|
Event ( Qyoto.QEvent arg1 ) : bool | ||
QAnimationGroup ( ) : System | ||
UpdateCurrentTime ( int currentTime ) : void | ||
duration ( ) : int |
public AddAnimation ( |
||
animation | ||
Résultat | void |
public AnimationAt ( int index ) : |
||
index | int | |
Résultat |
public IndexOfAnimation ( |
||
animation | ||
Résultat | int |
public InsertAnimation ( int index, |
||
index | int | |
animation | ||
Résultat | void |
public QAnimationGroup ( |
||
parent | ||
Résultat | System |
protected QAnimationGroup ( |
||
dummy | ||
Résultat | System |
public RemoveAnimation ( |
||
animation | ||
Résultat | void |
public TakeAnimation ( int index ) : |
||
index | int | |
Résultat |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
Résultat | string |