MutConfDlg.h
gehe zur Dokumentation dieser Datei
00001 
00034 #ifndef MUT_CONF_DLG_H
00035 #define MUT_CONF_DLG_H
00036 
00037 #include "wx/statline.h"
00038 #include "wx/filepicker.h"
00039 #include "wx/html/htmlwin.h"
00040 #include "wx/html/helpctrl.h"
00041 #include "wx/valgen.h"
00042 #include "resourceload.h"
00043 #include "MutFrame.h"
00044 
00045 class MutConfigDialog : public ConfigDlg {
00046  public:
00047  MutConfigDialog(wxWindow * parent = NULL) : ConfigDlg(parent) {
00048 
00049     ToneSystem->SetValidator(wxGenericValidator((int *) &asTS));
00050     SaveEditor->SetValidator(wxGenericValidator(&::SaveEditor));
00051     ColorBars->SetValidator(wxGenericValidator(&UseColorBars));
00052 
00053 #if 0
00054 #ifndef __WXMSW__
00055     wxSizer * buttonSizer = this->wxID_OK->GetParent()->GetSizer();
00056       buttonSizer->Add(new wxContextHelpButton(this), 0, wxALIGN_CENTER|wxALL, 5);
00057 #endif
00058 #endif    
00059 
00060   }
00061 
00062   ~MutConfigDialog() {}
00063 
00064   void CmHelp(wxCommandEvent& event) {
00065     std::cerr << "MutConfigDialog::CmHelp" << std::endl;
00066     HelpController->Display(_("The setup dialog"));
00067     event.Skip();
00068   }
00069  private:
00070   DECLARE_EVENT_TABLE()
00071 };
00072 
00073 #endif /* MUT_CONF_DLG_H */
00074 

Erzeugt am Sun Aug 21 2011 10:51:54 für Mutabor von doxygen 1.7.4