summaryrefslogtreecommitdiffstats
path: root/Project/GeneratorStabForm.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-08-08 19:40:23 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-08-08 19:40:23 -0300
commitd7550fe1c173f1be296f1ce7991ad6d70ed90ceb (patch)
treecf94259d6ed480cafe9da1a73409e4039991235b /Project/GeneratorStabForm.h
parent49ac4c4fcedb03ef09f8faab176159f48896dc7e (diff)
downloadPSP.git-d7550fe1c173f1be296f1ce7991ad6d70ed90ceb.tar.gz
PSP.git-d7550fe1c173f1be296f1ce7991ad6d70ed90ceb.tar.xz
PSP.git-d7550fe1c173f1be296f1ce7991ad6d70ed90ceb.zip
Settings form implementation start
Diffstat (limited to 'Project/GeneratorStabForm.h')
-rw-r--r--Project/GeneratorStabForm.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/Project/GeneratorStabForm.h b/Project/GeneratorStabForm.h
index 6eacd24..4ff2127 100644
--- a/Project/GeneratorStabForm.h
+++ b/Project/GeneratorStabForm.h
@@ -10,11 +10,11 @@ class ControlElementContainer;
class GeneratorStabForm : public GeneratorStabFormBase
{
-public:
+ public:
GeneratorStabForm(wxWindow* parent, SyncGenerator* syncGenerator);
virtual ~GeneratorStabForm();
-
-protected:
+
+ protected:
virtual void UseAVRClick(wxCommandEvent& event);
virtual void UseSGClick(wxCommandEvent& event);
virtual void OnCancelButtonClick(wxCommandEvent& event);
@@ -22,10 +22,10 @@ protected:
virtual void OnOKButtonClick(wxCommandEvent& event);
virtual void OnSpeedGovernorButtonClick(wxCommandEvent& event);
virtual void OnSwitchingButtonClick(wxCommandEvent& event);
-
- virtual bool ValidateData();
-
- SyncGenerator* m_syncGenerator = NULL;
- wxWindow* m_parent = NULL;
+
+ virtual bool ValidateData();
+
+ SyncGenerator* m_syncGenerator = NULL;
+ wxWindow* m_parent = NULL;
};
-#endif // GENERATORSTABFORM_H
+#endif // GENERATORSTABFORM_H