|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <frmcommandbriefingeditor.h>
Public Member Functions | |
| frmCommandBriefingEditor (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::frmCommandBriefingEditor | |
| frmCommandBriefingEditor (wxWindow *parent, wxWindowID id=ID_frmCommandBriefingEditor, const wxString &title=wxT("Command Briefing Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL) | |
| ~frmCommandBriefingEditor () | |
Protected Member Functions | |
| frmCommandBriefingEditor (void) | |
| frmCommandBriefingEditor (const frmCommandBriefingEditor &T) | |
| void | OnClose (wxCloseEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::frmCommandBriefingEditor | |
| enum | { ID_frmCommandBriefingEditor = 1000, ID_btnOK, ID_btnCancel } |
Protected Attributes inherited from fredBase::frmCommandBriefingEditor | |
| wxMenuBar * | m_menubar6 |
| wxMenu * | mnuSelectTeam |
| wxMenu * | mnuOptions |
| wxPanel * | m_panel5 |
| wxStaticText * | txtNumCBStages |
| wxButton * | btnPrev |
| wxButton * | btnNext |
| wxButton * | btnAdd |
| wxButton * | btnInsert |
| wxButton * | btnDelete |
| wxButton * | btnOK |
| wxButton * | btnCancel |
| wxStaticText * | wxID_STATIC1 |
| wxTextCtrl * | txtStageText |
| wxStaticText * | lblAniFile |
| wxFilePickerCtrl * | fpAniFile |
| wxStaticText * | lblVoiceWaveFile |
| wxFilePickerCtrl * | fpVoiceWave |
| wxBitmapButton * | btnVoicePlay |
Definition at line 15 of file frmcommandbriefingeditor.h.
| frmCommandBriefingEditor::frmCommandBriefingEditor | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 17 of file frmcommandbriefingeditor.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::frmCommandBriefingEditor.
Definition at line 23 of file frmcommandbriefingeditor.cpp.