summaryrefslogtreecommitdiffstats
path: root/Project/ChartView.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-24 20:11:39 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-24 20:11:39 -0300
commit9154f5ee02766121f7ac8dd756f2e73ae95e1afa (patch)
tree52fbd84e8801aebf0305d5278dbecfe105dbc9ee /Project/ChartView.h
parent7804c1bd2c0bd2a5f135c30b20991e8187581cc6 (diff)
downloadPSP.git-9154f5ee02766121f7ac8dd756f2e73ae95e1afa.tar.gz
PSP.git-9154f5ee02766121f7ac8dd756f2e73ae95e1afa.tar.xz
PSP.git-9154f5ee02766121f7ac8dd756f2e73ae95e1afa.zip
Chart view implementation start
Diffstat (limited to 'Project/ChartView.h')
-rw-r--r--Project/ChartView.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Project/ChartView.h b/Project/ChartView.h
new file mode 100644
index 0000000..191a264
--- /dev/null
+++ b/Project/ChartView.h
@@ -0,0 +1,11 @@
+#ifndef CHARTVIEW_H
+#define CHARTVIEW_H
+#include "ChartViewBase.h"
+
+class ChartView : public ChartViewBase
+{
+public:
+ ChartView(wxWindow* parent);
+ virtual ~ChartView();
+};
+#endif // CHARTVIEW_H