Method | Description | |
---|---|---|
GetRange ( float &min, float &max ) : void | ||
OnMouseMove ( |
||
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 |
public GetRange ( float &min, float &max ) : void | ||
min | float | |
max | float | |
return | void |
public OnMouseMove ( |
||
e | ||
return | void |
public PositionChanged ( float newPosition, bool invoke ) : void | ||
newPosition | float | |
invoke | bool | |
return | void |
public SetPosition ( float newValue, bool invoke ) : void | ||
newValue | float | |
invoke | bool | |
return | void |
public SetPositionBy ( int mouseX, int mouseY, bool invoke ) : void | ||
mouseX | int | |
mouseY | int | |
invoke | bool | |
return | void |
public SetRange ( float min, float max ) : void | ||
min | float | |
max | float | |
return | void |
public SetValue ( float newValue, bool invoke ) : void | ||
newValue | float | |
invoke | bool | |
return | void |
public SetValueBy ( int mouseX, int mouseY, bool invoke ) : void | ||
mouseX | int | |
mouseY | int | |
invoke | bool | |
return | void |
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 | |
return | System |
public ValueChanged ( float newValue, bool invoke ) : void | ||
newValue | float | |
invoke | bool | |
return | void |