fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

Fl_Dial.H File Reference

#include "Fl_Valuator.H"
Include dependency graph for Fl_Dial.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Fl_Dial

Defines

#define FL_NORMAL_DIAL   0
#define FL_LINE_DIAL   1
#define FL_FILL_DIAL   2

Define Documentation

#define FL_FILL_DIAL   2

type() for dial variant with filled arc

Definition at line 41 of file Fl_Dial.H.

Referenced by Fl_Dial::draw(), and Fl_Fill_Dial::Fl_Fill_Dial().

#define FL_LINE_DIAL   1

type() for dial variant with line

Definition at line 40 of file Fl_Dial.H.

Referenced by Fl_Line_Dial::Fl_Line_Dial().

#define FL_NORMAL_DIAL   0

type() for dial variant with dot

Definition at line 39 of file Fl_Dial.H.