Code::Blocks  SVN r11506
compilersettingsdlg.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
3  * http://www.gnu.org/licenses/gpl-3.0.html
4  */
5 
6 #ifndef COMPILERSETTINGSDLG_H
7 #define COMPILERSETTINGSDLG_H
8 
9 #include <scrollingdialog.h>
10 #include <pluginmanager.h>
11 
12 class wxListbookEvent;
13 
15 {
16  public:
18  virtual ~CompilerSettingsDlg();
19  virtual void EndModal(int retCode);
20  protected:
21  void OnPageChanging(wxListbookEvent& event);
22  void OnPageChanged(wxListbookEvent& event);
23  private:
24  void AddPluginPanels();
25  void UpdateListbookImages();
26  ConfigurationPanelsArray m_PluginPanels;
28  DECLARE_EVENT_TABLE()
29 };
30 
31 #endif // COMPILERSETTINGSDLG_H
wxImageList * m_pImageList
ConfigurationPanelsArray m_PluginPanels
void OnPageChanging(wxListbookEvent &event)
CompilerSettingsDlg(wxWindow *parent)
virtual void EndModal(int retCode)
void OnPageChanged(wxListbookEvent &event)