C# Class Qyoto.QParallelAnimationGroup

Inheritance: QAnimationGroup, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross

Public Methods

Method Description
Dispose ( ) : void
QParallelAnimationGroup ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
Event ( Qyoto.QEvent arg1 ) : bool
QParallelAnimationGroup ( ) : System
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

Dispose() public method

public Dispose ( ) : void
return void

QParallelAnimationGroup() public method

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

QParallelAnimationGroup() protected method

protected QParallelAnimationGroup ( Type dummy ) : System
dummy System.Type
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