FS2_Open
Open source remastering of the Freespace 2 engine
dlgasteroidfieldeditor.h
Go to the documentation of this file.
1 #ifndef _DLGASTEROIDFIELDEDITOR_H
2 #define _DLGASTEROIDFIELDEDITOR_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 
11 #include "base/wxfred_base.h"
12 
13 #include <wx/wx.h>
14 
16 {
17 public:
18  dlgAsteroidFieldEditor( wxWindow* parent, wxWindowID id );
19 
20 protected:
21  dlgAsteroidFieldEditor( void );
23 
24  // Handlers for dlgAsteroidFieldEditor
25  void OnClose( wxCloseEvent& event );
26 
27  void OnEnable( wxCommandEvent& event );
28  void OnContentType( wxCommandEvent& event );
29  void OnMode( wxCommandEvent& event );
30  void OnInnerBoxEnable( wxCommandEvent& event );
31  void OnOK( wxCommandEvent& event );
32  void OnCancel( wxCommandEvent& event );
33 
34 private:
35 };
36 #endif // _DLGASTEROIDFIELDEDITOR_H
void OnOK(wxCommandEvent &event)
void OnEnable(wxCommandEvent &event)
void OnInnerBoxEnable(wxCommandEvent &event)
void OnClose(wxCloseEvent &event)
void OnCancel(wxCommandEvent &event)
struct _cl_event * event
Definition: Glext.h:7296
void OnMode(wxCommandEvent &event)
void OnContentType(wxCommandEvent &event)
Class dlgAsteroidFieldEditor.
Definition: wxfred_base.h:1103