FS2_Open
Open source remastering of the Freespace 2 engine
dlgreinforcementseditor.h
Go to the documentation of this file.
1 #ifndef _DLGREINFORCEMENTSEDITOR_H
2 #define _DLGREINFORCEMENTSEDITOR_H
3 /*
4  * Created by Ian "Goober5000" Warfield and "z64555" for the FreeSpace2 Source
5  * Code Project.
6  *
7  * You may not sell or otherwise commercially exploit the source or things you
8  * create based on the source.
9  */
10 
12 #include "base/wxfred_base.h"
13 
14 #include <wx/wx.h>
15 
17 {
18 public:
19  dlgReinforcementsEditor( wxWindow* parent, wxWindowID id );
20 protected:
23 
24  // Handlers for dlgReinforcementsEditor
25  void OnClose( wxCloseEvent& event );
26 
27  void OnAdd( wxCommandEvent& event );
28  void OnRemove( wxCommandEvent& event );
29  void OnOK( wxCommandEvent& event );
30  void OnCancel( wxCommandEvent& event );
31 
32 private:
33  dlgReinforcementsPicker* dlgReinforcementsPicker_p;
34 };
35 #endif // _DLGREINFORCEMENTSEDITOR_H
void OnAdd(wxCommandEvent &event)
void OnRemove(wxCommandEvent &event)
void OnOK(wxCommandEvent &event)
void OnClose(wxCloseEvent &event)
void OnCancel(wxCommandEvent &event)
struct _cl_event * event
Definition: Glext.h:7296
Class dlgReinforcementsEditor.
Definition: wxfred_base.h:1038