Version: 0.6.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Pages
bubbleplot.h
1
// Name: bubbleplot.h
3
// Purpose: bubble plot declarations
4
// Author: Moskvichev Andrey V.
5
// Created: 2008/11/07
6
// Copyright: (c) 2008-2010 Moskvichev Andrey V.
7
// Licence: wxWidgets licence
9
10
#ifndef BUBBLEPLOT_H_
11
#define BUBBLEPLOT_H_
12
13
#include <wx/axisplot.h>
14
18
class
WXDLLIMPEXP_FREECHART
BubblePlot
:
public
AxisPlot
19
{
20
public
:
21
BubblePlot
();
22
virtual
~
BubblePlot
();
23
24
protected
:
25
virtual
bool
AcceptAxis
(
Axis
*axis);
26
27
virtual
bool
AcceptDataset
(
Dataset
*dataset);
28
29
virtual
void
DrawDatasets
(wxDC &dc, wxRect rc);
30
};
31
32
#endif
/*BUBBLEPLOT_H_*/
AxisPlot::DrawDatasets
virtual void DrawDatasets(wxDC &dc, wxRect rc)=0
AxisPlot::AcceptDataset
virtual bool AcceptDataset(Dataset *dataset)=0
AxisPlot
Definition:
axisplot.h:56
BubblePlot
Definition:
bubbleplot.h:18
Axis
Definition:
axis.h:62
AxisPlot::AcceptAxis
virtual bool AcceptAxis(Axis *axis)=0
Dataset
Definition:
dataset.h:50
include
freechart
wx
xyz
bubbleplot.h
Generated on Fri Sep 26 2014 01:10:55 for ngm by
1.8.6