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_Chart.H File Reference

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

Go to the source code of this file.

Classes

struct  FL_CHART_ENTRY
class  Fl_Chart
 Fl_Chart displays simple charts. It is provided for Forms compatibility. More...

Defines

#define FL_BAR_CHART   0
#define FL_HORBAR_CHART   1
#define FL_LINE_CHART   2
#define FL_FILL_CHART   3
#define FL_SPIKE_CHART   4
#define FL_PIE_CHART   5
#define FL_SPECIALPIE_CHART   6
#define FL_FILLED_CHART   FL_FILL_CHART
#define FL_CHART_MAX   128
#define FL_CHART_LABEL_MAX   18

Define Documentation

#define FL_BAR_CHART   0

type() for Bar Chart variant

Definition at line 39 of file Fl_Chart.H.

Referenced by Fl_Chart::draw().

#define FL_CHART_LABEL_MAX   18

max label length for entry

Definition at line 50 of file Fl_Chart.H.

Referenced by Fl_Chart::add(), Fl_Chart::insert(), and Fl_Chart::replace().

#define FL_CHART_MAX   128

max entries per chart

Definition at line 49 of file Fl_Chart.H.

Referenced by Fl_Chart::add(), Fl_Chart::Fl_Chart(), and Fl_Chart::insert().

#define FL_FILL_CHART   3

type() for Fill Line Chart variant

Definition at line 42 of file Fl_Chart.H.

#define FL_FILLED_CHART   FL_FILL_CHART

for compatibility

Definition at line 47 of file Fl_Chart.H.

#define FL_HORBAR_CHART   1

type() for Horizontal Bar Chart variant

Definition at line 40 of file Fl_Chart.H.

Referenced by Fl_Chart::draw().

#define FL_LINE_CHART   2

type() for Line Chart variant

Definition at line 41 of file Fl_Chart.H.

#define FL_PIE_CHART   5

type() for Pie Chart variant

Definition at line 44 of file Fl_Chart.H.

Referenced by Fl_Chart::draw().

#define FL_SPECIALPIE_CHART   6

type() for Special Pie Chart variant

Definition at line 45 of file Fl_Chart.H.

Referenced by Fl_Chart::draw().

#define FL_SPIKE_CHART   4

type() for Spike Chart variant

Definition at line 43 of file Fl_Chart.H.