FS2_Open
Open source remastering of the Freespace 2 engine
dlgeventseditor.h
Go to the documentation of this file.
1 #ifndef _DLGEVENTSEDITOR_H
2 #define _DLGEVENTSEDITOR_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  // z64: This dialog could do with a good redesign...
12 
13 #include "base/wxfred_base.h"
14 
15 #include <wx/wx.h>
16 
18 {
19 public:
20  dlgEventsEditor( wxWindow* parent, wxWindowID id );
21 
22 protected:
23  dlgEventsEditor( void );
24  dlgEventsEditor( const dlgEventsEditor& T );
25 
26  // Handlers for dlgEventsEditor
27  void OnClose( wxCloseEvent& event );
28 
29  void OnOK( wxCommandEvent& event );
30  void OnCancel( wxCommandEvent& event);
31 
32 private:
33 
34 };
35 
36 #endif // _DLGEVENTSEDITOR_H
void OnCancel(wxCommandEvent &event)
void OnOK(wxCommandEvent &event)
struct _cl_event * event
Definition: Glext.h:7296
void OnClose(wxCloseEvent &event)
Class dlgEventsEditor.
Definition: wxfred_base.h:765