diff options
Diffstat (limited to 'Project/GeneratorForm.h')
-rw-r--r-- | Project/GeneratorForm.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/Project/GeneratorForm.h b/Project/GeneratorForm.h deleted file mode 100644 index e017852..0000000 --- a/Project/GeneratorForm.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef GENERATORFORM_H -#define GENERATORFORM_H - -#include "ElementForm.h" - -class GeneratorStabForm; -class SyncGenerator; - -class GeneratorForm : public GeneratorFormBase -{ - public: - GeneratorForm(wxWindow* parent, SyncGenerator* syncGenerator); - virtual ~GeneratorForm(); - -protected: - virtual void OnStabilityButtonClick(wxCommandEvent& event); - virtual void OnCancelButtonClick(wxCommandEvent& event); - virtual void OnCheckMaxReactive(wxCommandEvent& event); - virtual void OnCheckMinReactive(wxCommandEvent& event); - virtual void OnOKButtonClick(wxCommandEvent& event); - - virtual bool ValidateData(); - virtual void ReplaceStaticTextLabelChar(wxStaticText* staticText, wchar_t newChar); - - SyncGenerator* m_syncGenerator; - wxWindow* m_parent; - -}; -#endif // GENERATORFORM_H |