#include <ganttplot.h>


Protected Member Functions | |
| virtual bool | AcceptAxis (Axis *axis) |
| virtual bool | AcceptDataset (Dataset *dataset) |
| virtual void | DrawDatasets (wxDC &dc, wxRect rc) |
| virtual bool GanttPlot::AcceptAxis | ( | Axis * | axis | ) | [protected, virtual] |
Checks whether axis is acceptable with this plot.
| axis | axis to be checked |
Implements AxisPlot.
| virtual bool GanttPlot::AcceptDataset | ( | Dataset * | dataset | ) | [protected, virtual] |
Checks whether dataset is acceptable with this plot.
| dataset | dataset to be checked |
Implements AxisPlot.
| virtual void GanttPlot::DrawDatasets | ( | wxDC & | dc, | |
| wxRect | rc | |||
| ) | [protected, virtual] |
Called to draw all datasets.
| dc | device context | |
| rc | rectangle where to draw |
Implements AxisPlot.
1.5.8