24 #include "Fl_Valuator.H" 28 #define FL_NORMAL_DIAL 0 29 #define FL_LINE_DIAL 1 30 #define FL_FILL_DIAL 2 45 class FL_EXPORT Fl_Dial : public Fl_Valuator { 52 void draw(
int X,
int Y,
int W,
int H);
53 int handle(
int event,
int X,
int Y,
int W,
int H);
63 Fl_Dial(
int x,
int y,
int w,
int h,
const char *l = 0);
78 void angles(
short a,
short b) {a1 = a; a2 = b;}
The Fl_Dial widget provides a circular dial to control a single floating point value.
Definition: Fl_Dial.H:45
void angles(short a, short b)
See short angle1() const.
Definition: Fl_Dial.H:78
short angle2() const
See short angle1() const.
Definition: Fl_Dial.H:74
short angle1() const
Sets Or gets the angles used for the minimum and maximum values.
Definition: Fl_Dial.H:70
void angle1(short a)
See short angle1() const.
Definition: Fl_Dial.H:72
void angle2(short a)
See short angle1() const.
Definition: Fl_Dial.H:76