C# Class Qyoto.QAbstractAnimation

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

Private Properties

Property Type Description
Event bool
Pause void
QAbstractAnimation System
Resume void
SetCurrentTime void
SetPaused void
Start void
Start void
Stop void
UpdateCurrentTime void
UpdateDirection void
UpdateState void
duration int

Public Methods

Method Description
CurrentLoopTime ( ) : int
Group ( ) : QAnimationGroup
QAbstractAnimation ( QObject parent ) : System
TotalDuration ( ) : int
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
Event ( Qyoto.QEvent arg1 ) : bool
Pause ( ) : void
QAbstractAnimation ( ) : System
Resume ( ) : void
SetCurrentTime ( int msecs ) : void
SetPaused ( bool arg1 ) : void
Start ( ) : void
Start ( QAbstractAnimation policy ) : void
Stop ( ) : void
UpdateCurrentTime ( int currentTime ) : void
UpdateDirection ( QAbstractAnimation direction ) : void
UpdateState ( QAbstractAnimation newState, QAbstractAnimation oldState ) : void
duration ( ) : int

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CurrentLoopTime() public method

public CurrentLoopTime ( ) : int
return int

Group() public method

public Group ( ) : QAnimationGroup
return QAnimationGroup

QAbstractAnimation() public method

public QAbstractAnimation ( QObject parent ) : System
parent QObject
return System

QAbstractAnimation() protected method

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

TotalDuration() public method

public TotalDuration ( ) : 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