Home
last modified time | relevance | path

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

/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/editors/
H A DdlgReinforcementsEditor.cpp16 dlgReinforcementsEditor::dlgReinforcementsEditor( wxWindow* parent, wxWindowID id ) in dlgReinforcementsEditor() function in dlgReinforcementsEditor
17 : fredBase::dlgReinforcementsEditor(parent, id) in dlgReinforcementsEditor()
24 void dlgReinforcementsEditor::OnClose( wxCloseEvent& event ) in OnClose()
30 void dlgReinforcementsEditor::OnAdd( wxCommandEvent& event ) in OnAdd()
36 void dlgReinforcementsEditor::OnRemove( wxCommandEvent& event ) in OnRemove()
40 void dlgReinforcementsEditor::OnOK( wxCommandEvent& event ) in OnOK()
45 void dlgReinforcementsEditor::OnCancel( wxCommandEvent& event ) in OnCancel()
H A DdlgReinforcementsEditor.h16 class dlgReinforcementsEditor : public fredBase::dlgReinforcementsEditor
19 dlgReinforcementsEditor( wxWindow* parent, wxWindowID id );
21 dlgReinforcementsEditor( void );
22 dlgReinforcementsEditor( const dlgReinforcementsEditor& T );
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/editors/
H A Ddlgreinforcementseditor.cpp16 dlgReinforcementsEditor::dlgReinforcementsEditor( wxWindow* parent, wxWindowID id ) in dlgReinforcementsEditor() function in dlgReinforcementsEditor
17 : fredBase::dlgReinforcementsEditor(parent, id) in dlgReinforcementsEditor()
24 void dlgReinforcementsEditor::OnClose( wxCloseEvent& event ) in OnClose()
30 void dlgReinforcementsEditor::OnAdd( wxCommandEvent& event ) in OnAdd()
36 void dlgReinforcementsEditor::OnRemove( wxCommandEvent& event ) in OnRemove()
40 void dlgReinforcementsEditor::OnOK( wxCommandEvent& event ) in OnOK()
45 void dlgReinforcementsEditor::OnCancel( wxCommandEvent& event ) in OnCancel()
H A Ddlgreinforcementseditor.h16 class dlgReinforcementsEditor : public fredBase::dlgReinforcementsEditor
19 dlgReinforcementsEditor( wxWindow* parent, wxWindowID id );
21 dlgReinforcementsEditor( void );
22 dlgReinforcementsEditor( const dlgReinforcementsEditor& T );
/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/
H A DfrmFRED2.h187 friend class dlgReinforcementsEditor; variable
251 dlgReinforcementsEditor* dlgReinforcementsEditor_p;
H A Dsource_groups.cmake33 editors/dlgReinforcementsEditor.cpp
34 editors/dlgReinforcementsEditor.h
H A DfrmFRED2.cpp485 dlgReinforcementsEditor_p = new class dlgReinforcementsEditor( this, ID_dlgReinforcementsEditor ); in OnEditorsReinforcements()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dfrmfred2.h187 friend class dlgReinforcementsEditor; variable
251 dlgReinforcementsEditor* dlgReinforcementsEditor_p;
H A Dfrmfred2.cpp485 dlgReinforcementsEditor_p = new class dlgReinforcementsEditor( this, ID_dlgReinforcementsEditor ); in OnEditorsReinforcements()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/base/
H A DwxFRED_base.h1038 class dlgReinforcementsEditor : public wxDialog
1071dlgReinforcementsEditor( wxWindow* parent, wxWindowID id = ID_ReinforcementsEditor, const wxString…
1072 ~dlgReinforcementsEditor();
H A DwxFRED_base.cpp2869 BEGIN_EVENT_TABLE( dlgReinforcementsEditor, wxDialog ) in BEGIN_EVENT_TABLE() argument
2870 EVT_CLOSE( dlgReinforcementsEditor::_wxFB_OnClose ) in BEGIN_EVENT_TABLE()
2873 dlgReinforcementsEditor::dlgReinforcementsEditor( wxWindow* parent, wxWindowID id, const wxString& … in BEGIN_EVENT_TABLE()
2946 dlgReinforcementsEditor::~dlgReinforcementsEditor() in ~dlgReinforcementsEditor()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/base/
H A Dwxfred_base.h1038 class dlgReinforcementsEditor : public wxDialog
1071dlgReinforcementsEditor( wxWindow* parent, wxWindowID id = ID_ReinforcementsEditor, const wxString…
1072 ~dlgReinforcementsEditor();
H A Dwxfred_base.cpp2869 BEGIN_EVENT_TABLE( dlgReinforcementsEditor, wxDialog ) in BEGIN_EVENT_TABLE() argument
2870 EVT_CLOSE( dlgReinforcementsEditor::_wxFB_OnClose ) in BEGIN_EVENT_TABLE()
2873 dlgReinforcementsEditor::dlgReinforcementsEditor( wxWindow* parent, wxWindowID id, const wxString& … in BEGIN_EVENT_TABLE()
2946 dlgReinforcementsEditor::~dlgReinforcementsEditor() in ~dlgReinforcementsEditor()