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

Knob Control styles

Enumerations

enum  {
  FX::KNOB_NEEDLE = 0,
  FX::KNOB_DOT = 0x00008000,
  FX::KNOB_TICKS = 0x00010000,
  FX::KNOB_INDICATOR = 0x00020000,
  FX::KNOB_NORMAL = (KNOB_NEEDLE|KNOB_TICKS)
}

Enumeration Type Documentation

anonymous enum

Knob Control styles.

Enumerator:
KNOB_NEEDLE 

Use a needle as indicator.

KNOB_DOT 

Use a dot as indicator.

KNOB_TICKS 

Show ticks around the knob.

KNOB_INDICATOR 

Show only the indicator (like a speedometer)

KNOB_NORMAL 

Normal knob looks.

Copyright © 1997-2005 Jeroen van der Zijp