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