summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/checkbook.h
authordrw <drw>2002-11-02 21:45:56 (UTC)
committer drw <drw>2002-11-02 21:45:56 (UTC)
commit2dc81c48428222533e5479947d9ad318e464bafa (patch) (side-by-side diff)
tree2e3570d18f3574c49ffc8aaf287bac4822ff3a11 /noncore/apps/checkbook/checkbook.h
parent5e1893923a9ddf1e2bd3e8f9c0dd264d86b8d98d (diff)
downloadopie-2dc81c48428222533e5479947d9ad318e464bafa.zip
opie-2dc81c48428222533e5479947d9ad318e464bafa.tar.gz
opie-2dc81c48428222533e5479947d9ad318e464bafa.tar.bz2
Implementing charting...
Diffstat (limited to 'noncore/apps/checkbook/checkbook.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/checkbook.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/noncore/apps/checkbook/checkbook.h b/noncore/apps/checkbook/checkbook.h
index 01f1115..287788a 100644
--- a/noncore/apps/checkbook/checkbook.h
+++ b/noncore/apps/checkbook/checkbook.h
@@ -38,2 +38,3 @@ class OTabWidget;
class Graph;
+class GraphInfo;
class QComboBox;
@@ -86,5 +87,9 @@ class Checkbook : public QDialog
// Charts tab
- QWidget *initCharts();
- //QComboBox *graphList;
- Graph *graphWidget;
+ QWidget *initCharts();
+ GraphInfo *graphInfo;
+ QComboBox *graphList;
+ Graph *graphWidget;
+
+ void drawBalanceChart();
+ void drawCategoryChart( bool = TRUE );