|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <dlgeventseditor.h>
Public Member Functions | |
| dlgEventsEditor (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::dlgEventsEditor | |
| dlgEventsEditor (wxWindow *parent, wxWindowID id=ID_dlgEventsEditor, const wxString &title=wxT("Events Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxMINIMIZE_BOX) | |
| ~dlgEventsEditor () | |
Protected Member Functions | |
| dlgEventsEditor (void) | |
| dlgEventsEditor (const dlgEventsEditor &T) | |
| void | OnClose (wxCloseEvent &event) |
| void | OnOK (wxCommandEvent &event) |
| void | OnCancel (wxCommandEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::dlgEventsEditor | |
| enum | { ID_dlgEventsEditor = 1000 } |
Protected Attributes inherited from fredBase::dlgEventsEditor | |
| wxPanel * | pnlEvents |
| wxTreeCtrl * | trbSexp |
| wxButton * | btnNewEvent |
| wxButton * | btnInsertEvent |
| wxButton * | btnDeleteEvent |
| wxStaticText * | lblRepeatCount |
| wxTextCtrl * | txtRepeatCount |
| wxStaticText * | lblTriggerCount |
| wxTextCtrl * | txtTriggerCount |
| wxStaticText * | lblIntervalTime |
| wxTextCtrl * | txtIntervalTime |
| wxStaticText * | lblScore |
| wxTextCtrl * | txtScore |
| wxStaticText * | lblTeam |
| wxChoice * | cboTeam |
| wxCheckBox * | chkChained |
| wxStaticText * | lblChainDelay |
| wxTextCtrl * | txtChainDelay |
| wxStaticText * | lblDirectiveText |
| wxTextCtrl * | txtDirectiveText |
| wxStaticText * | lblDirectiveKeypress |
| wxTextCtrl * | txtDirectiveKeypress |
| wxStaticText * | lblStateLogging |
| wxCheckBox * | chkTrue |
| wxCheckBox * | chkTrueAlways |
| wxCheckBox * | chkRepeatFirst |
| wxCheckBox * | chkTriggerFirst |
| wxCheckBox * | chkFalse |
| wxCheckBox * | chkFalseAlways |
| wxCheckBox * | chkRepeatLast |
| wxCheckBox * | chkTriggerLast |
| wxPanel * | pnlMessages |
| wxListBox * | lstMessages |
| wxButton * | btnNewMessage |
| wxButton * | btnDeleteMessage |
| wxStaticText * | lblMessageName |
| wxTextCtrl * | txtMessageName |
| wxStaticText * | lblMessageText |
| wxTextCtrl * | txtMessageText |
| wxStaticText * | lblMessageANI |
| wxComboBox * | cboMessageANI |
| wxButton * | btnANIBrowse |
| wxStaticText * | lblMessageAudio |
| wxComboBox * | cboMessageAudio |
| wxButton * | btnAudioBrowse |
| wxBitmapButton * | btnPlayAudio |
| wxStaticText * | lblPersona |
| wxComboBox * | m_comboBox9 |
| wxButton * | btnUpdateStuff |
| wxStaticText * | lblMessageTeam |
| wxChoice * | cboTeamMessage |
| wxStaticText * | m_staticText139 |
| wxStdDialogButtonSizer * | m_sdbSizer6 |
| wxButton * | m_sdbSizer6OK |
| wxButton * | m_sdbSizer6Cancel |
Definition at line 17 of file dlgeventseditor.h.
| dlgEventsEditor::dlgEventsEditor | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 16 of file dlgeventseditor.cpp.
|
protected |
|
protected |
|
protected |
Definition at line 34 of file dlgeventseditor.cpp.
|
protectedvirtual |
Reimplemented from fredBase::dlgEventsEditor.
Definition at line 23 of file dlgeventseditor.cpp.
|
protected |
Definition at line 29 of file dlgeventseditor.cpp.