Home
last modified time | relevance | path

Searched refs:dlgEventsEditor (Results 1 – 13 of 13) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/editors/
H A DdlgEventsEditor.h17 class dlgEventsEditor : public fredBase::dlgEventsEditor
20 dlgEventsEditor( wxWindow* parent, wxWindowID id );
23 dlgEventsEditor( void );
24 dlgEventsEditor( const dlgEventsEditor& T );
H A DdlgEventsEditor.cpp16 dlgEventsEditor::dlgEventsEditor( wxWindow* parent, wxWindowID id ) in dlgEventsEditor() function in dlgEventsEditor
17 : fredBase::dlgEventsEditor(parent, id) in dlgEventsEditor()
23 void dlgEventsEditor::OnClose( wxCloseEvent& event ) in OnClose()
29 void dlgEventsEditor::OnOK( wxCommandEvent& event ) in OnOK()
34 void dlgEventsEditor::OnCancel( wxCommandEvent& event) in OnCancel()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/editors/
H A Ddlgeventseditor.cpp16 dlgEventsEditor::dlgEventsEditor( wxWindow* parent, wxWindowID id ) in dlgEventsEditor() function in dlgEventsEditor
17 : fredBase::dlgEventsEditor(parent, id) in dlgEventsEditor()
23 void dlgEventsEditor::OnClose( wxCloseEvent& event ) in OnClose()
29 void dlgEventsEditor::OnOK( wxCommandEvent& event ) in OnOK()
34 void dlgEventsEditor::OnCancel( wxCommandEvent& event) in OnCancel()
H A Ddlgeventseditor.h17 class dlgEventsEditor : public fredBase::dlgEventsEditor
20 dlgEventsEditor( wxWindow* parent, wxWindowID id );
23 dlgEventsEditor( void );
24 dlgEventsEditor( const dlgEventsEditor& T );
/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/
H A DfrmFRED2.h184 friend class dlgEventsEditor; variable
248 dlgEventsEditor* dlgEventsEditor_p;
H A Dsource_groups.cmake23 editors/dlgEventsEditor.cpp
24 editors/dlgEventsEditor.h
H A DfrmFRED2.cpp452 dlgEventsEditor_p = new class dlgEventsEditor( this, ID_dlgEventsEditor ); in OnEditorsEvents()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dfrmfred2.h184 friend class dlgEventsEditor; variable
248 dlgEventsEditor* dlgEventsEditor_p;
H A Dfrmfred2.cpp452 dlgEventsEditor_p = new class dlgEventsEditor( this, ID_dlgEventsEditor ); in OnEditorsEvents()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/base/
H A DwxFRED_base.h765 class dlgEventsEditor : public wxDialog
842dlgEventsEditor( wxWindow* parent, wxWindowID id = ID_dlgEventsEditor, const wxString& title = wxT…
843 ~dlgEventsEditor();
H A DwxFRED_base.cpp1767 BEGIN_EVENT_TABLE( dlgEventsEditor, wxDialog ) in BEGIN_EVENT_TABLE() argument
1768 EVT_CLOSE( dlgEventsEditor::_wxFB_OnClose ) in BEGIN_EVENT_TABLE()
1771 dlgEventsEditor::dlgEventsEditor( wxWindow* parent, wxWindowID id, const wxString& title, const wxP… in BEGIN_EVENT_TABLE()
2082 dlgEventsEditor::~dlgEventsEditor() in ~dlgEventsEditor()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/base/
H A Dwxfred_base.h765 class dlgEventsEditor : public wxDialog
842dlgEventsEditor( wxWindow* parent, wxWindowID id = ID_dlgEventsEditor, const wxString& title = wxT…
843 ~dlgEventsEditor();
H A Dwxfred_base.cpp1767 BEGIN_EVENT_TABLE( dlgEventsEditor, wxDialog ) in BEGIN_EVENT_TABLE() argument
1768 EVT_CLOSE( dlgEventsEditor::_wxFB_OnClose ) in BEGIN_EVENT_TABLE()
1771 dlgEventsEditor::dlgEventsEditor( wxWindow* parent, wxWindowID id, const wxString& title, const wxP… in BEGIN_EVENT_TABLE()
2082 dlgEventsEditor::~dlgEventsEditor() in ~dlgEventsEditor()