Code::Blocks  SVN r11506
autodetectcompilers.h
Go to the documentation of this file.
1 /*
2  * This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3  * http://www.gnu.org/licenses/lgpl-3.0.html
4  */
5 
6 #ifndef AUTODETECTCOMPILERS_H
7 #define AUTODETECTCOMPILERS_H
8 
9 #include "scrollingdialog.h"
10 
11 class wxCommandEvent;
12 class wxUpdateUIEvent;
13 
15 {
16  public:
18  ~AutoDetectCompilers() override;
19 
20  void OnDefaultClick(wxCommandEvent& event);
21  void OnMouseMotion(wxMouseEvent& event);
22  void OnUpdateUI(wxUpdateUIEvent& event);
23  private:
24  DECLARE_EVENT_TABLE()
25 };
26 
27 #endif // AUTODETECTCOMPILERS_H
void OnDefaultClick(wxCommandEvent &event)
void OnUpdateUI(wxUpdateUIEvent &event)
AutoDetectCompilers(wxWindow *parent)
void OnMouseMotion(wxMouseEvent &event)