Code::Blocks  SVN r11506
compilerflagdlg.h
Go to the documentation of this file.
1 #ifndef COMPILERFLAGDLG_H
2 #define COMPILERFLAGDLG_H
3 
4 #include <wx/dialog.h>
5 class wxTextCtrl;
6 class wxComboBox;
7 class wxToggleButton;
8 class wxArrayString;
9 struct CompOption;
10 
12 {
13  public:
14 
15  CompilerFlagDlg(wxWindow* parent, CompOption* opt, wxArrayString& categ, const wxString &selectedCategory);
16  virtual ~CompilerFlagDlg();
17 
18  void EndModal(int retCode);
19 
20  protected:
21 
22  private:
23 
24  void OnAdvancedOption(wxCommandEvent& event);
25 
34 
36 };
37 
38 #endif
wxTextCtrl * SupersedeText
wxToggleButton * ExclusiveToggle
wxTextCtrl * NameText
CompOption * copt
void EndModal(int retCode)
wxTextCtrl * CompilerText
void OnAdvancedOption(wxCommandEvent &event)
wxTextCtrl * AgainstText
wxComboBox * CategoryCombo
wxTextCtrl * LinkerText
wxTextCtrl * MessageText
CompilerFlagDlg(wxWindow *parent, CompOption *opt, wxArrayString &categ, const wxString &selectedCategory)
virtual ~CompilerFlagDlg()