From 516cdb72d3ff99a1ee786d3ea24c9b579272fe76 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 30 Aug 2017 20:42:27 -0300 Subject: COI (center of inertia) implemented See Milano's book p. 342 --- Project/PropertiesForm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/PropertiesForm.h') 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; } -- cgit