summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-25 19:29:34 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-04-25 19:29:34 -0300
commitc3b8370a456085dd835349a8c50e7a9e0a117c45 (patch)
treeeb6af1eaa9a34320d619876386eedc33024eccb3 /Project/ControlEditor.h
parent9154f5ee02766121f7ac8dd756f2e73ae95e1afa (diff)
downloadPSP.git-c3b8370a456085dd835349a8c50e7a9e0a117c45.tar.gz
PSP.git-c3b8370a456085dd835349a8c50e7a9e0a117c45.tar.xz
PSP.git-c3b8370a456085dd835349a8c50e7a9e0a117c45.zip
wxMathPlot implemented on chart view
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r--Project/ControlEditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h
index eb1bc4f..e42b0c0 100644
--- a/Project/ControlEditor.h
+++ b/Project/ControlEditor.h
@@ -25,6 +25,8 @@ class Exponential;
class Constant;
class Gain;
+class ChartView;
+
enum ControlElementButtonID { ID_IO = 0, ID_TF, ID_SUM, ID_CONST, ID_LIMITER, ID_GAIN, ID_MULT, ID_EXP, ID_RATELIM };
class ControlElementButton : public wxWindow