summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-07 17:56:03 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-10-07 17:56:03 -0300
commit2552edfb5608ae15600aac38622354fe46701002 (patch)
treed7e8dfac1cb82081bc21577af8057abeec88f8d2 /Project/ControlEditor.h
parentae9530685962e8d4d88c871ec7f5f896dd0b4a93 (diff)
downloadPSP.git-2552edfb5608ae15600aac38622354fe46701002.tar.gz
PSP.git-2552edfb5608ae15600aac38622354fe46701002.tar.xz
PSP.git-2552edfb5608ae15600aac38622354fe46701002.zip
MIMO fully implemented
Electromechanical adjusted Some control editor bugfixes
Diffstat (limited to 'Project/ControlEditor.h')
-rw-r--r--Project/ControlEditor.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Project/ControlEditor.h b/Project/ControlEditor.h
index dfa76ab..315efec 100644
--- a/Project/ControlEditor.h
+++ b/Project/ControlEditor.h
@@ -140,7 +140,7 @@ class ControlEditor : public ControlEditorBase
void BuildControlElementPanel();
void SetViewport();
void ConsolidateTexts();
- void SetLastElementID();
+ int GetNextID();
std::vector<ConnectionLine*>::iterator DeleteLineFromList(std::vector<ConnectionLine*>::iterator& it);
@@ -160,8 +160,6 @@ class ControlEditor : public ControlEditorBase
bool m_firstDraw = true;
int m_ioFlags;
- int m_lastElementID = 0;
-
int m_inputType = 0;
double m_startTime = 1.0;
double m_slope = 1.0;