class fltk::Dial
Class Hierarchy
fltk::Valuator
|
+----fltk::Dial
Include Files
#include <fltk/Dial.h>
Description
The fltk::Dial widget provides a circular dial to control a
single floating point value.
Methods
Creates a new fltk::Dial widget using the given position, size,
and label string. The default type is fltk::NORMAL_DIAL.
Destroys the valuator.
Sets the angles used for the minimum and maximum values. The default
values are 45 and 315 (0 degrees is straight down and the angles
progress clockwise). Normally angle1 is less than angle2, but if you
reverse them the dial moves counter-clockwise.
Sets the type of the dial to:
- fltk::NORMAL_DIAL - Draws a normal dial with a knob.
- fltk::LINE_DIAL - Draws a dial with a line.
- fltk::FILL_DIAL - Draws a dial with a filled arc.