C# Class Qyoto.QParallelAnimationGroup

Inheritance: QAnimationGroup, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Dispose ( ) : void
QParallelAnimationGroup ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QParallelAnimationGroup ( Type dummy ) : System

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QParallelAnimationGroup() public méthode

public QParallelAnimationGroup ( QObject parent ) : System
parent QObject
Résultat System

QParallelAnimationGroup() protected méthode

protected QParallelAnimationGroup ( Type dummy ) : System
dummy System.Type
Résultat System

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string