diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-07 21:59:43 -0200 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-07 21:59:43 -0200 |
commit | b23a673fbe5cfd322956cdff8ef3472da8e0dbff (patch) | |
tree | 8a29fd584941228fd894050f37db876dfe0d02df /Project/SimulationsSettingsForm.h | |
parent | 24808d2de827f219b683ad46744a179ae25bc859 (diff) | |
download | PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.tar.gz PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.tar.xz PSP.git-b23a673fbe5cfd322956cdff8ef3472da8e0dbff.zip |
ZIP load fully implemented
Need to save the new data
Diffstat (limited to 'Project/SimulationsSettingsForm.h')
-rw-r--r-- | Project/SimulationsSettingsForm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project/SimulationsSettingsForm.h b/Project/SimulationsSettingsForm.h index 045a0c6..635b5ee 100644 --- a/Project/SimulationsSettingsForm.h +++ b/Project/SimulationsSettingsForm.h @@ -36,10 +36,12 @@ class SimulationsSettingsForm : public SimulationsSettingsFormBase virtual ~SimulationsSettingsForm(); protected: + virtual void OnCheckboxUseCompLoadClick(wxCommandEvent& event) { UpdateZIPLoadFieldStatus(); } virtual void OnPFMethodChoiceSelected(wxCommandEvent& event); virtual void OnButtonCancelClick(wxCommandEvent& event) { EndModal(wxID_CANCEL); } virtual void OnButtonOKClick(wxCommandEvent& event); virtual bool ValidateData(); + virtual void UpdateZIPLoadFieldStatus(); PropertiesData* m_properties; }; |