|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgreinforcementseditor.h>
Public Member Functions | |
| dlgReinforcementsEditor (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::dlgReinforcementsEditor | |
| dlgReinforcementsEditor (wxWindow *parent, wxWindowID id=ID_ReinforcementsEditor, const wxString &title=wxT("Reinforcements Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE) | |
| ~dlgReinforcementsEditor () | |
Protected Member Functions | |
| dlgReinforcementsEditor (void) | |
| dlgReinforcementsEditor (const dlgReinforcementsEditor &T) | |
| void | OnClose (wxCloseEvent &event) |
| void | OnAdd (wxCommandEvent &event) |
| void | OnRemove (wxCommandEvent &event) |
| void | OnOK (wxCommandEvent &event) |
| void | OnCancel (wxCommandEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::dlgReinforcementsEditor | |
| enum | { ID_ReinforcementsEditor = 1000 } |
Protected Attributes inherited from fredBase::dlgReinforcementsEditor | |
| wxStaticText * | lblReinforcements |
| wxListBox * | lstReinforcements |
| wxButton * | btnAdd |
| wxButton * | btnDelete |
| wxStaticLine * | m_staticline3 |
| wxButton * | btnOk |
| wxButton * | btnCancel |
| wxStaticText * | lblUses |
| wxSpinCtrl * | spnUses |
| wxStaticText * | lblDelayAfterArrival |
| wxSpinCtrl * | spnDelayAfterArrival |
Definition at line 16 of file dlgreinforcementseditor.h.
| dlgReinforcementsEditor::dlgReinforcementsEditor | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 16 of file dlgreinforcementseditor.cpp.
|
protected |
|
protected |
|
protected |
Definition at line 30 of file dlgreinforcementseditor.cpp.
|
protected |
Definition at line 45 of file dlgreinforcementseditor.cpp.
|
protectedvirtual |
Reimplemented from fredBase::dlgReinforcementsEditor.
Definition at line 24 of file dlgreinforcementseditor.cpp.
|
protected |
Definition at line 40 of file dlgreinforcementseditor.cpp.
|
protected |
Definition at line 36 of file dlgreinforcementseditor.cpp.