Open Search
    TreeViewFloatSliderInfo Struct Reference

    #include <customgui_listview.h>

    Detailed Description

    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
     

    Constructor & Destructor Documentation

    ◆ TreeViewFloatSliderInfo()

    Member Data Documentation

    ◆ value

    Float value

    The current value for the entry.

    ◆ minValue

    Float minValue

    The minimum range of the slider as drawn.

    ◆ maxValue

    Float maxValue

    The maximum range of the slider as drawn.

    ◆ minNominalValue

    Float minNominalValue

    The minimum range of the slider should the user drag the value out of bounds to re-size the slider range extents.

    ◆ maxNominalValue

    Float maxNominalValue

    The minimum range of the slider should the user drag the value out of bounds to re-size the slider range extents.

    ◆ increment

    Float increment

    The increment used for vertical modification.

    ◆ floatFormat

    Int32 floatFormat

    The format one of the following FORMAT_PERCENT, FORMAT_DEGREE, FORMAT_REAL, FORMAT_METER.

    ◆ state

    Set to the current state of the slider.

    ◆ unit

    Int32 unit

    The sliders unit.