FS2_Open
Open source remastering of the Freespace 2 engine
dlgMissionObjectivesEditor Class Reference

#include <dlgmissionobjectiveseditor.h>

Inheritance diagram for dlgMissionObjectivesEditor:
fredBase::dlgMissionObjectivesEditor

Public Member Functions

 dlgMissionObjectivesEditor (wxWindow *parent, wxWindowID id)
 
- Public Member Functions inherited from fredBase::dlgMissionObjectivesEditor
 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

- Protected Types inherited from fredBase::dlgMissionObjectivesEditor
enum  { ID_dlgMissionsObjectivesEditor = 1000 }
 
- Protected Attributes inherited from fredBase::dlgMissionObjectivesEditor
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
 

Detailed Description

Definition at line 15 of file dlgmissionobjectiveseditor.h.

Constructor & Destructor Documentation

dlgMissionObjectivesEditor::dlgMissionObjectivesEditor ( wxWindow *  parent,
wxWindowID  id 
)

Definition at line 16 of file dlgmissionobjectiveseditor.cpp.

dlgMissionObjectivesEditor::dlgMissionObjectivesEditor ( void  )
protected
dlgMissionObjectivesEditor::dlgMissionObjectivesEditor ( const dlgMissionObjectivesEditor T)
protected

Member Function Documentation

void dlgMissionObjectivesEditor::OnCancel ( wxCommandEvent &  event)
protected

Definition at line 39 of file dlgmissionobjectiveseditor.cpp.

void dlgMissionObjectivesEditor::OnClose ( wxCloseEvent &  event)
protectedvirtual

Reimplemented from fredBase::dlgMissionObjectivesEditor.

Definition at line 23 of file dlgmissionobjectiveseditor.cpp.

void dlgMissionObjectivesEditor::OnNewObjective ( wxCommandEvent &  event)
protected

Definition at line 29 of file dlgmissionobjectiveseditor.cpp.

void dlgMissionObjectivesEditor::OnOK ( wxCommandEvent &  event)
protected

Definition at line 33 of file dlgmissionobjectiveseditor.cpp.


The documentation for this class was generated from the following files: