|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <frmdebriefingeditor.h>
Public Member Functions | |
| frmDebriefingEditor (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::frmDebriefingEditor | |
| frmDebriefingEditor (wxWindow *parent, wxWindowID id=ID_frmDebriefingEditor, const wxString &title=wxT("Debriefing Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL) | |
| ~frmDebriefingEditor () | |
Protected Member Functions | |
| frmDebriefingEditor (void) | |
| frmDebriefingEditor (const frmDebriefingEditor &T) | |
| void | OnClose (wxCloseEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::frmDebriefingEditor | |
| enum | { ID_frmDebriefingEditor = 1000 } |
Protected Attributes inherited from fredBase::frmDebriefingEditor | |
| wxPanel * | pnlMain |
| wxStaticText * | txtStages |
| wxButton * | btnPrev |
| wxButton * | btnNext |
| wxButton * | btnAdd |
| wxButton * | btnInsert |
| wxButton * | btnDelete |
| wxStaticText * | lblUsageFormula |
| wxTreeCtrl * | treeUsageFormula |
| wxStaticText * | lblVoiceWaveFile |
| wxTextCtrl * | txtVoiceWaveFile |
| wxButton * | btnBrowse |
| wxBitmapButton * | btnPlayVoice |
| wxStaticText * | lblStageText |
| wxTextCtrl * | txtStageText |
| wxStaticText * | lblRecommendationText |
| wxTextCtrl * | txtRecommendationText |
| wxPanel * | pnlMusic |
| wxStaticText * | lblMusicSuccess |
| wxChoice * | cbMusicSuccess |
| wxBitmapButton * | btnPlaySuccess |
| wxStaticText * | m_staticText210 |
| wxChoice * | m_choice45 |
| wxBitmapButton * | btnPlayNuetral |
| wxStaticText * | m_staticText211 |
| wxChoice * | m_choice46 |
| wxBitmapButton * | btnPlayFailure |
| wxMenuBar * | mnbDebriefingEditor |
| wxMenu * | mnuSelectTeam |
| wxMenu * | mnuOptions |
Definition at line 15 of file frmdebriefingeditor.h.
| frmDebriefingEditor::frmDebriefingEditor | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 17 of file frmdebriefingeditor.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::frmDebriefingEditor.
Definition at line 23 of file frmdebriefingeditor.cpp.