summaryrefslogtreecommitdiffstats
path: root/Project/IndMotorForm.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-13 01:14:14 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-13 01:14:14 -0300
commit4d4f39cb101bb0ccb1d336587a9e143b392dbefc (patch)
tree649c4b6e6425dd25cbabf63b9efe373995485ac1 /Project/IndMotorForm.h
parentfed838330b39f69a682b64b1b885fec17ff901d7 (diff)
downloadPSP.git-4d4f39cb101bb0ccb1d336587a9e143b392dbefc.tar.gz
PSP.git-4d4f39cb101bb0ccb1d336587a9e143b392dbefc.tar.xz
PSP.git-4d4f39cb101bb0ccb1d336587a9e143b392dbefc.zip
Multiple motor initialization implemented
Diffstat (limited to 'Project/IndMotorForm.h')
-rw-r--r--Project/IndMotorForm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/IndMotorForm.h b/Project/IndMotorForm.h
index e221a8b..5a476a6 100644
--- a/Project/IndMotorForm.h
+++ b/Project/IndMotorForm.h
@@ -36,6 +36,7 @@ class IndMotorForm : public IndMotorFormBase
virtual bool ValidateData();
protected:
+ virtual void OnCheckboxUseCageFactorClick(wxCommandEvent& event);
virtual void OnCancelButtonClick(wxCommandEvent& event) { EndModal(wxID_CANCEL); };
virtual void OnOKButtonClick(wxCommandEvent& event);
virtual void OnStabilityButtonClick(wxCommandEvent& event);