C# Class NewTOAPIA.UI.TrackSlider

Inheritance: ActiveArea, IPositionalValue
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GetRange ( float &min, float &max ) : void
OnMouseMove ( MouseActivityArgs e ) : void
PositionChanged ( float newPosition, bool invoke ) : void
SetPosition ( float newValue, bool invoke ) : void
SetPositionBy ( int mouseX, int mouseY, bool invoke ) : void
SetRange ( float min, float max ) : void
SetValue ( float newValue, bool invoke ) : void
SetValueBy ( int mouseX, int mouseY, bool invoke ) : void
TrackSlider ( string name, IGraphic track, IGraphic thumb, Orientation orient, float min, float max, float initialValue ) : System
ValueChanged ( float newValue, bool invoke ) : void

Method Details

GetRange() public méthode

public GetRange ( float &min, float &max ) : void
min float
max float
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void

PositionChanged() public méthode

public PositionChanged ( float newPosition, bool invoke ) : void
newPosition float
invoke bool
Résultat void

SetPosition() public méthode

public SetPosition ( float newValue, bool invoke ) : void
newValue float
invoke bool
Résultat void

SetPositionBy() public méthode

public SetPositionBy ( int mouseX, int mouseY, bool invoke ) : void
mouseX int
mouseY int
invoke bool
Résultat void

SetRange() public méthode

public SetRange ( float min, float max ) : void
min float
max float
Résultat void

SetValue() public méthode

public SetValue ( float newValue, bool invoke ) : void
newValue float
invoke bool
Résultat void

SetValueBy() public méthode

public SetValueBy ( int mouseX, int mouseY, bool invoke ) : void
mouseX int
mouseY int
invoke bool
Résultat void

TrackSlider() public méthode

public TrackSlider ( string name, IGraphic track, IGraphic thumb, Orientation orient, float min, float max, float initialValue ) : System
name string
track IGraphic
thumb IGraphic
orient Orientation
min float
max float
initialValue float
Résultat System

ValueChanged() public méthode

public ValueChanged ( float newValue, bool invoke ) : void
newValue float
invoke bool
Résultat void