00001 00014 #ifndef _cPreferenceGuiAct_h 00015 #define _cPreferenceGuiAct_h 00016 00017 #include "cPreferenceGui.h" 00018 00019 class cPreferenceGuiAct: public cPreferenceGui 00020 { 00021 public: 00022 cPreferenceGuiAct(wxWindow *Parent); 00023 void Run(void); 00024 00025 protected: 00026 00027 private: 00028 DECLARE_EVENT_TABLE(); 00029 00030 Bool UpdatePreferences(void); 00031 00032 //****************************** 00033 // All Buttons Events Functions. 00034 //****************************** 00035 void OnOKClick(wxCommandEvent& command); 00036 void OnApplyClick(wxCommandEvent& command); 00037 void OnBrowseClick(wxCommandEvent& command); 00038 void OnRadioButtonsClick(wxCommandEvent &event); 00039 }; 00040 #endif // _cPreferenceGuiAct_h