#include <customgui_listview.h>
Percentage floating slider information, filled out by the user.
Public Member Functions | |
| TreeViewFloatSliderInfo () | |
Public Attributes | |
| Float | value |
| Float | minValue |
| Float | maxValue |
| Float | minNominalValue |
| Float | maxNominalValue |
| Float | increment |
| Int32 | floatFormat |
| Int32 | state |
| Int32 | unit |
| Float value |
The current value for the entry.
| Float minValue |
The minimum range of the slider as drawn.
| Float maxValue |
The maximum range of the slider as drawn.
| Float minNominalValue |
The minimum range of the slider should the user drag the value out of bounds to re-size the slider range extents.
| Float maxNominalValue |
The minimum range of the slider should the user drag the value out of bounds to re-size the slider range extents.
| Float increment |
The increment used for vertical modification.
| Int32 floatFormat |
The format one of the following FORMAT_PERCENT, FORMAT_DEGREE, FORMAT_REAL, FORMAT_METER.
| Int32 state |
Set to the current state of the slider.
| Int32 unit |
The sliders unit.