C# Class Plasma.Animation

Inheritance: Qyoto.QAbstractAnimation
Show file Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
SetDuration void
SetDuration void
UpdateCurrentTime void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
SetDuration ( ) : void
SetDuration ( int duration ) : void
UpdateCurrentTime ( int currentTime ) : void

Method Details

Animation() public method

public Animation ( ) : System
return System

Animation() public method

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

Animation() protected method

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

CreateProxy() protected method

protected CreateProxy ( ) : void
return void