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