Add statistics

Update README
Update TODO
This commit is contained in:
2010-08-18 21:28:40 +02:00
parent 74c401c8c7
commit 5da154cd48
9 changed files with 251 additions and 124 deletions

View File

@@ -61,11 +61,16 @@ class StatsPanel: public wxPanel //public wxScrolledWindow
XYPlot *_plot ;
wxString* _categories;
std::map<wxString, int> _categoriesIndexes;
wxBoxSizer *_hbox2, *_vbox2;
wxChartPanel* _chart;
wxCheckListBox* _account;
void UpdateStats(wxBoxSizer *);
void UpdateStats(int monthFrom, int yearFrom, int monthTo, int yearTo);
//DECLARE_EVENT_TABLE();
void OnRangeChange(wxCommandEvent& event);
void OnAccountsChange(wxCommandEvent& event);
DECLARE_EVENT_TABLE();
};
#endif