Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Dial style options


Enumerations

enum  {
  DIAL_VERTICAL = 0,
  DIAL_HORIZONTAL = 0x00008000,
  DIAL_CYCLIC = 0x00010000,
  DIAL_HAS_NOTCH = 0x00020000,
  DIAL_NORMAL = DIAL_VERTICAL
}

Enumeration Type Documentation

anonymous enum
 

Enumeration values:
DIAL_VERTICAL  Vertically oriented.
DIAL_HORIZONTAL  Horizontal oriented.
DIAL_CYCLIC  Value wraps around.
DIAL_HAS_NOTCH  Dial has a Center Notch.