Package name | |
---|---|
Fl_Dial | FLTK.Widgets.Valuators.Dials |
Types | |
---|---|
Fl_Dial | Dial |
Dial_Reference | |
uchar | Dial_Kind |
Constructors | |
---|---|
Fl_Dial(int x, int y, int w, int h, const char *l=0); |
function Create (X, Y, W, H : in Integer; Text : in String := "") return Dial; |
Functions and Procedures | |
---|---|
short angle1() const; |
function Get_First_Angle (This : in Dial) return Integer; |
void angle1(short a); |
procedure Set_First_Angle (This : in out Dial; To : in Integer); |
short angle2() const; |
function Get_Second_Angle (This : in Dial) return Integer; |
void angle2(short a); |
procedure Set_Second_Angle (This : in out Dial; To : in Integer); |
void angles(short a, short b); |
procedure Set_Angles (This : in out Dial; One, Two : in Integer); |
int handle(int); |
function Handle (This : in out Dial; Event : in Event_Kind) return Event_Outcome; |
See type method for Fl_Widget. | function Get_Dial_Type (This : in Dial) return Dial_Kind; |
See type method for Fl_Widget. | procedure Set_Dial_Type (This : in out Dial; To : in Dial_Kind); |
Protected Functions and Procedures | |
---|---|
void draw(); |
procedure Draw (This : in out Dial); |
void draw(int X, int Y, int W, int H); |
procedure Draw (This : in out Dial; X, Y, W, H : in Integer); |
int handle(int event, int X, int Y, int W, int H); |
function Handle (This : in out Dial; Event : in Event_Kind; X, Y, W, H : in Integer) return Event_Outcome; |