TreeViewFloatSliderInfo Struct Reference

#include <customgui_listview.h>

详细描述

Percentage floating slider information, filled out by the user.

公共成员函数

  TreeViewFloatSliderInfo ()

Public Attributes

Float   value
Float   minValue
Float   maxValue
Float   minNominalValue
Float   maxNominalValue
Float   increment
Int32   floatFormat
Int32   state
Int32   unit

构造函数 & 析构函数文档编制

◆  TreeViewFloatSliderInfo()

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

Int32 state

Set to the current state of the slider.

◆  unit

Int32 unit

The sliders unit.