#include </home/clem/local/src/opie/noncore/apps/checkbook/graphinfo.h>
Collaboration diagram for GraphInfo:

Public Types | |
| enum | GraphType { BarChart, PieChart } |
Public Member Functions | |
| GraphInfo (GraphType=BarChart, DataPointList *=0x0, const QString &=0x0, const QString &=0x0, const QString &=0x0) | |
| ~GraphInfo () | |
| GraphInfo::GraphType | graphType () |
| void | setGraphType (GraphType) |
| DataPointList * | dataPoints () |
| void | setDataPoints (DataPointList *) |
| DataPointInfo * | firstDataPoint () |
| DataPointInfo * | nextDataPoint () |
| int | numberDataPoints () |
| float | maxValue () |
| float | minValue () |
| float | totalValue () |
| void | setGraphTitle (const QString &) |
| void | setXAxisTitle (const QString &) |
| void | setYAxisTitle (const QString &) |
Private Attributes | |
| GraphType | t |
| DataPointList * | d |
| QString | gt |
| QString | xt |
| QString | yt |
|
|
Definition at line 58 of file graphinfo.h. |
|
||||||||||||||||||||||||
|
Definition at line 31 of file graphinfo.cpp. |
|
|
Definition at line 41 of file graphinfo.cpp. |
|
|
Definition at line 62 of file graphinfo.cpp. References d. |
|
|
Definition at line 72 of file graphinfo.cpp. References d. |
|
|
Definition at line 52 of file graphinfo.cpp. References t. |
|
|
Definition at line 87 of file graphinfo.cpp. |
|
|
Definition at line 100 of file graphinfo.cpp. |
|
|
Definition at line 77 of file graphinfo.cpp. References d. |
|
|
Definition at line 82 of file graphinfo.cpp. References d. |
|
|
Definition at line 67 of file graphinfo.cpp. References d. |
|
|
Definition at line 123 of file graphinfo.cpp. |
|
|
Definition at line 57 of file graphinfo.cpp. References t. |
|
|
Definition at line 128 of file graphinfo.cpp. References xt. |
|
|
Definition at line 133 of file graphinfo.cpp. References yt. |
|
|
Definition at line 113 of file graphinfo.cpp. |
|
|
Definition at line 83 of file graphinfo.h. Referenced by dataPoints(), firstDataPoint(), GraphInfo(), maxValue(), minValue(), nextDataPoint(), numberDataPoints(), setDataPoints(), totalValue(), and ~GraphInfo(). |
|
|
Definition at line 84 of file graphinfo.h. |
|
|
Definition at line 82 of file graphinfo.h. Referenced by GraphInfo(), graphType(), and setGraphType(). |
|
|
Definition at line 85 of file graphinfo.h. Referenced by GraphInfo(), and setXAxisTitle(). |
|
|
Definition at line 86 of file graphinfo.h. Referenced by GraphInfo(), and setYAxisTitle(). |
1.4.2