C# Class Plasma.Animation

Inheritance: Qyoto.QAbstractAnimation
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
SetDuration void
SetDuration void
UpdateCurrentTime void

Méthodes publiques

Méthode Description
Animation ( ) : System
Animation ( QObject parent ) : System Default constructor. name="parent" Object parent (might be set when using \ref Animator.Create factory).

Méthodes protégées

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

Private Methods

Méthode Description
SetDuration ( ) : void
SetDuration ( int duration ) : void
UpdateCurrentTime ( int currentTime ) : void

Method Details

Animation() public méthode

public Animation ( ) : System
Résultat System

Animation() public méthode

Default constructor. name="parent" Object parent (might be set when using \ref Animator.Create factory).
public Animation ( QObject parent ) : System
parent Qyoto.QObject
Résultat System

Animation() protected méthode

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

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void