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

Public Member Functions | |
| DataPointInfo () | |
| DataPointInfo (const QString &label, float value) | |
| const QString & | label () |
| float | value () |
| void | addToValue (float value) |
Private Attributes | |
| QString | l |
| float | v |
|
|
Definition at line 38 of file graphinfo.h. |
|
||||||||||||
|
Definition at line 40 of file graphinfo.h. |
|
|
Definition at line 46 of file graphinfo.h. References v. Referenced by Checkbook::drawCategoryChart(). |
|
|
Definition at line 43 of file graphinfo.h. References l. Referenced by Checkbook::drawCategoryChart(). |
|
|
Definition at line 44 of file graphinfo.h. References v. |
|
|
Definition at line 49 of file graphinfo.h. Referenced by label(). |
|
|
Definition at line 50 of file graphinfo.h. Referenced by addToValue(), and value(). |
1.4.2