C# Class Qyoto.QSequentialAnimationGroup

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

Private Properties

Свойство Type Description
Event bool
QSequentialAnimationGroup System
UpdateCurrentTime void
UpdateDirection void
UpdateState void
duration int

Méthodes publiques

Méthode Description
AddPause ( int msecs ) : QPauseAnimation
Dispose ( ) : void
InsertPause ( int index, int msecs ) : QPauseAnimation
QSequentialAnimationGroup ( QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

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

Private Methods

Méthode Description
Event ( Qyoto.QEvent arg1 ) : bool
QSequentialAnimationGroup ( ) : System
UpdateCurrentTime ( int arg1 ) : void
UpdateDirection ( QAbstractAnimation direction ) : void
UpdateState ( QAbstractAnimation newState, QAbstractAnimation oldState ) : void
duration ( ) : int

Method Details

AddPause() public méthode

public AddPause ( int msecs ) : QPauseAnimation
msecs int
Résultat QPauseAnimation

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InsertPause() public méthode

public InsertPause ( int index, int msecs ) : QPauseAnimation
index int
msecs int
Résultat QPauseAnimation

QSequentialAnimationGroup() public méthode

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

QSequentialAnimationGroup() protected méthode

protected QSequentialAnimationGroup ( 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