#include <Fl_Valuator.h>
Inheritance diagram for Fl_Valuator:

Public Methods | |
| double | value () const |
| int | value (double) |
| float | minimum () const |
| void | minimum (double a) |
| float | maximum () const |
| void | maximum (double a) |
| void | range (double a, double b) |
| float | step () const |
| void | step (double a) |
| float | linesize () const |
| void | linesize (double a) |
| virtual int | format (char *) |
| virtual void | reset () |
| int | handle (int) |
Protected Methods | |
| Fl_Valuator (int X, int Y, int W, int H, const char *L) | |
| Creates the valuator widget using the given position, size, and label string. | |
| Fl_Valuator (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates the valuator widget using the label, size, alignment, and label_width. | |
| void | ctor_init () |
| double | previous_value () const |
| void | handle_push () |
| void | handle_drag (double newvalue) |
| void | handle_release () |
| virtual void | value_damage () |
| void | set_value (double v) |
Definition at line 28 of file Fl_Valuator.h.
1.2.15