diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-08-30 20:42:27 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-08-30 20:42:27 -0300 |
commit | 516cdb72d3ff99a1ee786d3ea24c9b579272fe76 (patch) | |
tree | 6017213d5e270f94c1063d11e793c196e3c969f8 /Project/PropertiesForm.h | |
parent | 1fcb990bd02da945ac0204caaed6a9aa1f6a7d5f (diff) | |
download | PSP.git-516cdb72d3ff99a1ee786d3ea24c9b579272fe76.tar.gz PSP.git-516cdb72d3ff99a1ee786d3ea24c9b579272fe76.tar.xz PSP.git-516cdb72d3ff99a1ee786d3ea24c9b579272fe76.zip |
COI (center of inertia) implemented
See Milano's book p. 342
Diffstat (limited to 'Project/PropertiesForm.h')
-rw-r--r-- | Project/PropertiesForm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/PropertiesForm.h b/Project/PropertiesForm.h index cc4b7e6..c3704fb 100644 --- a/Project/PropertiesForm.h +++ b/Project/PropertiesForm.h @@ -109,6 +109,7 @@ protected: wxStaticText* m_staticTextPrintTime; wxTextCtrl* m_textCtrlPrintTime; wxStaticText* m_staticTextSec_4; + wxCheckBox* m_checkBoxUseCOI; wxButton* m_buttonOK; wxButton* m_buttonCancel; @@ -151,6 +152,7 @@ public: wxStaticText* GetStaticTextPrintTime() { return m_staticTextPrintTime; } wxTextCtrl* GetTextCtrlPrintTime() { return m_textCtrlPrintTime; } wxStaticText* GetStaticTextSec_4() { return m_staticTextSec_4; } + wxCheckBox* GetCheckBoxUseCOI() { return m_checkBoxUseCOI; } wxPanel* GetPanelStability() { return m_panelStability; } wxNotebook* GetNotebook() { return m_notebook; } wxButton* GetButtonOK() { return m_buttonOK; } |