summaryrefslogtreecommitdiffstats
path: root/Project/IndMotorForm.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-25 01:11:17 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-07-25 01:11:17 -0300
commitc7ef9a883031c68506357f9ef1b1a0b79c79f4da (patch)
tree06646fb4511030daa7fb6426dfab9dc2413a7253 /Project/IndMotorForm.h
parent4f434e4a1cccce69e4b680e4734df52244d3a30b (diff)
downloadPSP.git-c7ef9a883031c68506357f9ef1b1a0b79c79f4da.tar.gz
PSP.git-c7ef9a883031c68506357f9ef1b1a0b79c79f4da.tar.xz
PSP.git-c7ef9a883031c68506357f9ef1b1a0b79c79f4da.zip
Motor integration with PF
Newton bug fixed Newton inertia implemented Gauss-Newton implemented
Diffstat (limited to 'Project/IndMotorForm.h')
-rw-r--r--Project/IndMotorForm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Project/IndMotorForm.h b/Project/IndMotorForm.h
index 5a476a6..e24efea 100644
--- a/Project/IndMotorForm.h
+++ b/Project/IndMotorForm.h
@@ -36,10 +36,13 @@ class IndMotorForm : public IndMotorFormBase
virtual bool ValidateData();
protected:
+ virtual void OnCalcQInPFClick(wxCommandEvent& event);
virtual void OnCheckboxUseCageFactorClick(wxCommandEvent& event);
virtual void OnCancelButtonClick(wxCommandEvent& event) { EndModal(wxID_CANCEL); };
virtual void OnOKButtonClick(wxCommandEvent& event);
virtual void OnStabilityButtonClick(wxCommandEvent& event);
+
+ void UpdateFields();
wxWindow* m_parent = NULL;
IndMotor* m_indMotor = NULL;