C# Class Qyoto.QPauseAnimation

Inheritance: QAbstractAnimation, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
Event bool
QPauseAnimation System
UpdateCurrentTime void
duration int

Public Methods

Method Description
Dispose ( ) : void
QPauseAnimation ( QObject parent ) : System
QPauseAnimation ( int msecs ) : System
QPauseAnimation ( int msecs, QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
Event ( Qyoto.QEvent e ) : bool
QPauseAnimation ( ) : System
UpdateCurrentTime ( int arg1 ) : void
duration ( ) : int

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QPauseAnimation() public method

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

QPauseAnimation() protected method

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

QPauseAnimation() public method

public QPauseAnimation ( int msecs ) : System
msecs int
return System

QPauseAnimation() public method

public QPauseAnimation ( int msecs, QObject parent ) : System
msecs int
parent QObject
return System

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