Home
last modified time | relevance | path

Searched refs:dlgShieldSystemEditor (Results 1 – 16 of 16) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/editors/
H A DdlgShieldSystemEditor.h15 class dlgShieldSystemEditor : public fredBase::dlgShieldSystemEditor
18 dlgShieldSystemEditor( wxWindow* parent, wxWindowID id );
21 dlgShieldSystemEditor( void );
22 dlgShieldSystemEditor( const dlgShieldSystemEditor& T );
H A DdlgShieldSystemEditor.cpp19 dlgShieldSystemEditor::dlgShieldSystemEditor( wxWindow* parent, wxWindowID id ) in dlgShieldSystemEditor() function in dlgShieldSystemEditor
20 : fredBase::dlgShieldSystemEditor(parent, id) in dlgShieldSystemEditor()
25 void dlgShieldSystemEditor::OnClose( wxCloseEvent& event ) in OnClose()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/editors/
H A Ddlgshieldsystemeditor.h15 class dlgShieldSystemEditor : public fredBase::dlgShieldSystemEditor
18 dlgShieldSystemEditor( wxWindow* parent, wxWindowID id );
21 dlgShieldSystemEditor( void );
22 dlgShieldSystemEditor( const dlgShieldSystemEditor& T );
H A Ddlgshieldsystemeditor.cpp19 dlgShieldSystemEditor::dlgShieldSystemEditor( wxWindow* parent, wxWindowID id ) in dlgShieldSystemEditor() function in dlgShieldSystemEditor
20 : fredBase::dlgShieldSystemEditor(parent, id) in dlgShieldSystemEditor()
25 void dlgShieldSystemEditor::OnClose( wxCloseEvent& event ) in OnClose()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/
H A Dshieldsystemeditor.cpp24 BEGIN_EVENT_TABLE(dlgShieldSystemEditor, wxDialog) in BEGIN_EVENT_TABLE() argument
28 dlgShieldSystemEditor::dlgShieldSystemEditor(wxWindow *parent) in BEGIN_EVENT_TABLE()
34 dlgShieldSystemEditor::~dlgShieldSystemEditor() in ~dlgShieldSystemEditor()
H A Dshieldsystemeditor.h12 class dlgShieldSystemEditor : public wxDialog
16 dlgShieldSystemEditor(wxWindow *parent);
17 ~dlgShieldSystemEditor();
H A Dfredframe.cpp133 dlgShieldSystemEditor *dlg = new dlgShieldSystemEditor(this); in OnEditorsShieldSystem()
H A Dfrmfred2.h194 friend class dlgShieldSystemEditor; variable
258 dlgShieldSystemEditor* dlgShieldSystemEditor_p;
H A Dfrmfred2.cpp562 dlgShieldSystemEditor_p = new class dlgShieldSystemEditor( this, ID_dlgShieldSystemEditor ); in OnEditorsShieldSystem()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/
H A DfrmFRED2.h194 friend class dlgShieldSystemEditor; variable
258 dlgShieldSystemEditor* dlgShieldSystemEditor_p;
H A Dsource_groups.cmake39 editors/dlgShieldSystemEditor.cpp
40 editors/dlgShieldSystemEditor.h
H A DfrmFRED2.cpp562 dlgShieldSystemEditor_p = new class dlgShieldSystemEditor( this, ID_dlgShieldSystemEditor ); in OnEditorsShieldSystem()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/wxfred2/base/
H A DwxFRED_base.h1546 class dlgShieldSystemEditor : public wxDialog
1577dlgShieldSystemEditor( wxWindow* parent, wxWindowID id = ID_dlgShieldSystemEditor, const wxString&…
1578 ~dlgShieldSystemEditor();
H A DwxFRED_base.cpp4568 BEGIN_EVENT_TABLE( dlgShieldSystemEditor, wxDialog ) in BEGIN_EVENT_TABLE() argument
4569 EVT_CLOSE( dlgShieldSystemEditor::_wxFB_OnClose ) in BEGIN_EVENT_TABLE()
4572 dlgShieldSystemEditor::dlgShieldSystemEditor( wxWindow* parent, wxWindowID id, const wxString& titl… in BEGIN_EVENT_TABLE()
4637 dlgShieldSystemEditor::~dlgShieldSystemEditor() in ~dlgShieldSystemEditor()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/wxfred2/base/
H A Dwxfred_base.h1546 class dlgShieldSystemEditor : public wxDialog
1577dlgShieldSystemEditor( wxWindow* parent, wxWindowID id = ID_dlgShieldSystemEditor, const wxString&…
1578 ~dlgShieldSystemEditor();
H A Dwxfred_base.cpp4568 BEGIN_EVENT_TABLE( dlgShieldSystemEditor, wxDialog ) in BEGIN_EVENT_TABLE() argument
4569 EVT_CLOSE( dlgShieldSystemEditor::_wxFB_OnClose ) in BEGIN_EVENT_TABLE()
4572 dlgShieldSystemEditor::dlgShieldSystemEditor( wxWindow* parent, wxWindowID id, const wxString& titl… in BEGIN_EVENT_TABLE()
4637 dlgShieldSystemEditor::~dlgShieldSystemEditor() in ~dlgShieldSystemEditor()