FS2_Open
Open source remastering of the Freespace 2 engine
fredBase::dlgEventsEditor Class Reference

Class dlgEventsEditor. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::dlgEventsEditor:
dlgEventsEditor

Public Member Functions

 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 Types

enum  { ID_dlgEventsEditor = 1000 }
 

Protected Member Functions

virtual void OnClose (wxCloseEvent &event)
 

Protected Attributes

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
 

Detailed Description

Class dlgEventsEditor.

Definition at line 765 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_dlgEventsEditor 

Definition at line 775 of file wxfred_base.h.

Constructor & Destructor Documentation

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 
)

Definition at line 1771 of file wxfred_base.cpp.

dlgEventsEditor::~dlgEventsEditor ( )

Definition at line 2082 of file wxfred_base.cpp.

Member Function Documentation

virtual void fredBase::dlgEventsEditor::OnClose ( wxCloseEvent &  event)
inlineprotectedvirtual

Reimplemented in dlgEventsEditor.

Definition at line 837 of file wxfred_base.h.

Member Data Documentation

wxButton* fredBase::dlgEventsEditor::btnANIBrowse
protected

Definition at line 821 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::btnAudioBrowse
protected

Definition at line 824 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::btnDeleteEvent
protected

Definition at line 784 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::btnDeleteMessage
protected

Definition at line 814 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::btnInsertEvent
protected

Definition at line 783 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::btnNewEvent
protected

Definition at line 782 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::btnNewMessage
protected

Definition at line 813 of file wxfred_base.h.

wxBitmapButton* fredBase::dlgEventsEditor::btnPlayAudio
protected

Definition at line 825 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::btnUpdateStuff
protected

Definition at line 828 of file wxfred_base.h.

wxComboBox* fredBase::dlgEventsEditor::cboMessageANI
protected

Definition at line 820 of file wxfred_base.h.

wxComboBox* fredBase::dlgEventsEditor::cboMessageAudio
protected

Definition at line 823 of file wxfred_base.h.

wxChoice* fredBase::dlgEventsEditor::cboTeam
protected

Definition at line 794 of file wxfred_base.h.

wxChoice* fredBase::dlgEventsEditor::cboTeamMessage
protected

Definition at line 830 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkChained
protected

Definition at line 795 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkFalse
protected

Definition at line 807 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkFalseAlways
protected

Definition at line 808 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkRepeatFirst
protected

Definition at line 805 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkRepeatLast
protected

Definition at line 809 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkTriggerFirst
protected

Definition at line 806 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkTriggerLast
protected

Definition at line 810 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkTrue
protected

Definition at line 803 of file wxfred_base.h.

wxCheckBox* fredBase::dlgEventsEditor::chkTrueAlways
protected

Definition at line 804 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblChainDelay
protected

Definition at line 796 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblDirectiveKeypress
protected

Definition at line 800 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblDirectiveText
protected

Definition at line 798 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblIntervalTime
protected

Definition at line 789 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblMessageANI
protected

Definition at line 819 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblMessageAudio
protected

Definition at line 822 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblMessageName
protected

Definition at line 815 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblMessageTeam
protected

Definition at line 829 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblMessageText
protected

Definition at line 817 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblPersona
protected

Definition at line 826 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblRepeatCount
protected

Definition at line 785 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblScore
protected

Definition at line 791 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblStateLogging
protected

Definition at line 802 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblTeam
protected

Definition at line 793 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::lblTriggerCount
protected

Definition at line 787 of file wxfred_base.h.

wxListBox* fredBase::dlgEventsEditor::lstMessages
protected

Definition at line 812 of file wxfred_base.h.

wxComboBox* fredBase::dlgEventsEditor::m_comboBox9
protected

Definition at line 827 of file wxfred_base.h.

wxStdDialogButtonSizer* fredBase::dlgEventsEditor::m_sdbSizer6
protected

Definition at line 832 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::m_sdbSizer6Cancel
protected

Definition at line 834 of file wxfred_base.h.

wxButton* fredBase::dlgEventsEditor::m_sdbSizer6OK
protected

Definition at line 833 of file wxfred_base.h.

wxStaticText* fredBase::dlgEventsEditor::m_staticText139
protected

Definition at line 831 of file wxfred_base.h.

wxPanel* fredBase::dlgEventsEditor::pnlEvents
protected

Definition at line 780 of file wxfred_base.h.

wxPanel* fredBase::dlgEventsEditor::pnlMessages
protected

Definition at line 811 of file wxfred_base.h.

wxTreeCtrl* fredBase::dlgEventsEditor::trbSexp
protected

Definition at line 781 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtChainDelay
protected

Definition at line 797 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtDirectiveKeypress
protected

Definition at line 801 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtDirectiveText
protected

Definition at line 799 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtIntervalTime
protected

Definition at line 790 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtMessageName
protected

Definition at line 816 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtMessageText
protected

Definition at line 818 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtRepeatCount
protected

Definition at line 786 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtScore
protected

Definition at line 792 of file wxfred_base.h.

wxTextCtrl* fredBase::dlgEventsEditor::txtTriggerCount
protected

Definition at line 788 of file wxfred_base.h.


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