Component: LinearSlider (Controls)

From Flowcode Help
Revision as of 09:11, 12 October 2020 by BenR (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Author Steve Tandy
Version 0.1 (Development)
Category Controls


Image LinearSlider component

A linear 2d slider component.

Examples

No additional examples


Downloadable macro reference

This component does not contain any downloadable macros

Simulation macro reference

GetValue

Returns the current value of the component.

Parameters

This macro has no parameters


Return value

FLOAT


SetValue

Sets the component to the specified value.

Parameters

FLOAT value
A new value for the component.


Return value

This call does not return a value



Property reference

Value

This property is of type Floating point and can be referenced with the variable name Base2dGauge::Base2dObject::dValue.

No additional information


Style

This property is of type Fixed list of text and can be referenced with the variable name nStyle.

No additional information


Orientation

This property is of type Fixed list of text and can be referenced with the variable name nOrientation.

No additional information


Pointer

This property is of type Fixed list of text and can be referenced with the variable name nPointer.

No additional information


Discrete Values

This property is of type True or false and can be referenced with the variable name bDiscrete.

No additional information


Lower Bound

This property is of type Floating point and can be referenced with the variable name Base2dGauge::dLowerBound.

The bottom value of the scale.

Upper Bound

This property is of type Floating point and can be referenced with the variable name Base2dGauge::dUpperBound.

The top value of the scale.

Major Tick Step

This property is of type Unsigned integer and can be referenced with the variable name Base2dGauge::dMajorTickStep.

The number of minor tick marks to show a major tick mark value.

Minor Tick Step

This property is of type Floating point and can be referenced with the variable name Base2dGauge::dMinorTickStep.

The scale value between consecutive minor tick marks.