RANGECUSTOMGUI_CUSTOMGUISETTINGS

Detailed Description

Since
R19

Enumerations

enum  {
  RANGE_ALLOWRANGEEDIT,
  RANGE_ALLOWVALUEEDIT,
  RANGE_ALLOWVALUEEDIT_NONUMERICAL,
  RANGE_ALLOWRANGESLELECION,
  RANGE_SHOWVALUE,
  RANGE_SHOWVALUEPOINTER,
  RANGE_ALLOWCOLOREDIT,
  RANGE_REVERSEVALUE,
  RANGE_SHOWNUMBERONBAR,
  RANGE_REMAPVALUE,
  RANGE_REMAPUNIT,
  RANGE_REMAPMIN,
  RANGE_REMAPMAX,
  RANGE_VALUESTRING,
  RANGE_CURSORICON
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
RANGE_ALLOWRANGEEDIT 

Bool true allows user to add or remove ranges.

RANGE_ALLOWVALUEEDIT 

Bool true allows the user to edit the LOD value.

RANGE_ALLOWVALUEEDIT_NONUMERICAL 

Bool true allows value editing for the slider only, not for numerical entry.

RANGE_ALLOWRANGESLELECION 

Bool true to select ranges by clicking on the range.

RANGE_SHOWVALUE 

Bool true to show numerical value.

RANGE_SHOWVALUEPOINTER 

Bool true to show value indicator.

RANGE_ALLOWCOLOREDIT 

Bool The color control is visible and the color can be changed by the user.

RANGE_REVERSEVALUE 

Bool If true the value on the lod bar will be reversed, 100% on left and 0% on the right.

RANGE_SHOWNUMBERONBAR 

Bool If true the range index is displayed on the bar.

RANGE_REMAPVALUE 

Bool If true the value will be remapped using defined units, min and max.

RANGE_REMAPUNIT 

Int32 The unit to be used for remapping: can be DESC_UNIT_METER, DESC_UNIT_PERCENT, DESC_UNIT_DEGREE, DESC_UNIT_FLOAT.

RANGE_REMAPMIN 

Float The minimum remapping value.

RANGE_REMAPMAX 

Float The maximum remapping value.

RANGE_VALUESTRING 

String The string value to be used inside the GUI to decode the current value (e.g. "lod Value" for lod object).

RANGE_CURSORICON 

Int32 The icon ID for custom cursor.