FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgmissionobjectiveseditor.h>
Public Member Functions | |
dlgMissionObjectivesEditor (wxWindow *parent, wxWindowID id) | |
![]() | |
dlgMissionObjectivesEditor (wxWindow *parent, wxWindowID id=ID_dlgMissionsObjectivesEditor, const wxString &title=wxT("Mission Objectives"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE) | |
~dlgMissionObjectivesEditor () | |
Protected Member Functions | |
dlgMissionObjectivesEditor (void) | |
dlgMissionObjectivesEditor (const dlgMissionObjectivesEditor &T) | |
void | OnClose (wxCloseEvent &event) |
void | OnNewObjective (wxCommandEvent &event) |
void | OnOK (wxCommandEvent &event) |
void | OnCancel (wxCommandEvent &event) |
Additional Inherited Members | |
![]() | |
enum | { ID_dlgMissionsObjectivesEditor = 1000 } |
![]() | |
wxTreeCtrl * | tctObjectives |
wxStaticText * | m_staticText117 |
wxChoice * | m_choice27 |
wxStaticText * | lblObjType |
wxChoice * | cboObjType |
wxStaticText * | lblObjName |
wxTextCtrl * | txtObjName |
wxStaticText * | lblObjText |
wxTextCtrl * | txtObjText |
wxStaticText * | lblObjScore |
wxTextCtrl * | txtObjScore |
wxStaticText * | lblObjTeam |
wxChoice * | cboObjTeam |
wxCheckBox * | cboCurrObjInvalid |
wxCheckBox * | cboCurrObjNoCompletionMusic |
wxButton * | btnNewObjective |
wxButton * | btnConfirm |
wxButton * | btnCancel |
Definition at line 15 of file dlgmissionobjectiveseditor.h.
dlgMissionObjectivesEditor::dlgMissionObjectivesEditor | ( | wxWindow * | parent, |
wxWindowID | id | ||
) |
Definition at line 16 of file dlgmissionobjectiveseditor.cpp.
|
protected |
|
protected |
|
protected |
Definition at line 39 of file dlgmissionobjectiveseditor.cpp.
|
protectedvirtual |
Reimplemented from fredBase::dlgMissionObjectivesEditor.
Definition at line 23 of file dlgmissionobjectiveseditor.cpp.
|
protected |
Definition at line 29 of file dlgmissionobjectiveseditor.cpp.
|
protected |
Definition at line 33 of file dlgmissionobjectiveseditor.cpp.