Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef __PreferencesDialog__
00022 #define __PreferencesDialog__
00023
00029 #include "PreferencesDialogBase.h"
00030
00032
00033 namespace hipp
00034 {
00036 class PreferencesDialog : public PreferencesDialogBase
00037 {
00038 protected:
00039
00040 void ApplyClicked( wxCommandEvent& event );
00041 void CancelClicked( wxCommandEvent& event );
00042 void OkayClicked( wxCommandEvent& event );
00043 public:
00045 PreferencesDialog( wxWindow* parent );
00047
00048 };
00049 }
00050 #endif // __PreferencesDialog__