FS2_Open
Open source remastering of the Freespace 2 engine
dlgasteroidfieldeditor.cpp
Go to the documentation of this file.
1 /*
2  * Created by Ian "Goober5000" Warfield and "z64555" for the FreeSpace2 Source
3  * Code Project.
4  *
5  * You may not sell or otherwise commercially exploit the source or things you
6  * create based on the source.
7  */
8 
10 #include "frmfred2.h"
11 #include "base/wxfred_base.h"
12 
13 #include <wx/wx.h>
14 
15 // Public members:
16 dlgAsteroidFieldEditor::dlgAsteroidFieldEditor( wxWindow* parent, wxWindowID id )
17  : fredBase::dlgAsteroidFieldEditor(parent, id)
18 {
19 }
20 
21 // Protected members:
22  // Handlers for dlgAsteroidFieldEditor
24 {
25  ((frmFRED2*) GetParent())->OnChildClosed(this);
26  Destroy();
27 }
28 
29 void dlgAsteroidFieldEditor::OnEnable( wxCommandEvent& event )
30 {
31 }
32 
34 {
35 }
36 
37 void dlgAsteroidFieldEditor::OnMode( wxCommandEvent& event )
38 {
39 }
40 
42 {
43 }
44 
45 void dlgAsteroidFieldEditor::OnOK( wxCommandEvent& event )
46 {
47  Close();
48 }
49 
50 void dlgAsteroidFieldEditor::OnCancel( wxCommandEvent& event )
51 {
52  Close();
53 }
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)