Property | Type | Description | |
---|---|---|---|
Event | bool | ||
Interpolated | Qyoto.QVariant | ||
QVariantAnimation | System | ||
UpdateCurrentTime | void | ||
UpdateCurrentValue | void | ||
UpdateState | void |
Method | Description | |
---|---|---|
KeyValueAt ( double step ) : Qyoto.QVariant | ||
KeyValues ( ) : QVariant>>.List |
||
QVariantAnimation ( |
||
SetKeyValueAt ( double step, Qyoto.QVariant value ) : void | ||
SetKeyValues ( QVariant>.List |
||
Tr ( string s ) : string | ||
Tr ( string s, string c ) : string |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QVariantAnimation ( |
Method | Description | |
---|---|---|
Event ( Qyoto.QEvent arg1 ) : bool | ||
Interpolated ( Qyoto.QVariant from, Qyoto.QVariant to, double progress ) : Qyoto.QVariant | ||
QVariantAnimation ( ) : System | ||
UpdateCurrentTime ( int arg1 ) : void | ||
UpdateCurrentValue ( Qyoto.QVariant value ) : void | ||
UpdateState ( |
public KeyValueAt ( double step ) : Qyoto.QVariant | ||
step | double | |
return | Qyoto.QVariant |
public QVariantAnimation ( |
||
parent | ||
return | System |
protected QVariantAnimation ( |
||
dummy | ||
return | System |
public SetKeyValueAt ( double step, Qyoto.QVariant value ) : void | ||
step | double | |
value | Qyoto.QVariant | |
return | void |
public SetKeyValues ( QVariant>.List |
||
values | QVariant>.List | |
return | void |
public static Tr ( string s, string c ) : string | ||
s | string | |
c | string | |
return | string |