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

Class frmTeamLoadoutEditor. More...

#include <wxfred_base.h>

Inheritance diagram for fredBase::frmTeamLoadoutEditor:
frmTeamLoadoutEditor

Public Member Functions

 frmTeamLoadoutEditor (wxWindow *parent, wxWindowID id=ID_frmTeamLoadoutEditor, const wxString &title=wxT("Team Loadout Editor"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1, 500), long style=wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL)
 
 ~frmTeamLoadoutEditor ()
 

Protected Types

enum  {
  ID_frmTeamLoadoutEditor = 1000, ID_mnuTeam1, ID_mnuTeam2, ID_lbxStartShipsVariable,
  ID_cboSetShipAmountFromVariable, ID_StartWeaponsVariable
}
 

Protected Member Functions

virtual void OnClose (wxCloseEvent &event)
 
virtual void OnCancel (wxCommandEvent &event)
 
virtual void OnOK (wxCommandEvent &event)
 

Protected Attributes

wxMenuBar * mnbDialogMenu
 
wxMenu * mnuSelectTeam
 
wxMenu * m_menu16
 
wxStaticText * lblAvailableStartShips
 
wxStaticText * lblShipsFromVariable
 
wxListBox * lbxStartShipsVariable
 
wxStaticText * lblShipsFromTbl
 
wxCheckListBox * cklShipsFromTbl
 
wxStaticText * m_staticText141
 
wxSpinCtrl * spnExtraShipsAvailable
 
wxStaticText * lblSetShipAmountFromVariable
 
wxChoice * cboSetShipAmountFromVariable
 
wxStaticText * lblAmountOfShipsInWings
 
wxTextCtrl * txtAmountOfShipsInWings
 
wxStaticLine * m_staticline2
 
wxStaticText * lblAvailableStartWeapons
 
wxStaticText * lblWeaponsFromVariable
 
wxListBox * lbxStartWeaponsVariable
 
wxStaticText * lblWeaponsFromTbl
 
wxCheckListBox * cklWeaponsFromTbl
 
wxStaticText * m_staticText1411
 
wxSpinCtrl * spnExtraWeaponsAvailable
 
wxStaticText * lblSetWeaponAmountFromVariable
 
wxChoice * cboSetWeaponAmountFromVariable
 
wxStaticText * lblAmountOfWeaponsInWings
 
wxTextCtrl * txtAmountOfWeaponsInWings
 
wxStdDialogButtonSizer * sdbDialogButtons
 
wxButton * sdbDialogButtonsOK
 
wxButton * sdbDialogButtonsCancel
 

Detailed Description

Class frmTeamLoadoutEditor.

Definition at line 850 of file wxfred_base.h.

Member Enumeration Documentation

anonymous enum
protected
Enumerator
ID_frmTeamLoadoutEditor 
ID_mnuTeam1 
ID_mnuTeam2 
ID_lbxStartShipsVariable 
ID_cboSetShipAmountFromVariable 
ID_StartWeaponsVariable 

Definition at line 862 of file wxfred_base.h.

Constructor & Destructor Documentation

frmTeamLoadoutEditor::frmTeamLoadoutEditor ( wxWindow *  parent,
wxWindowID  id = ID_frmTeamLoadoutEditor,
const wxString &  title = wxT("Team Loadout Editor"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( -1,500 ),
long  style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL 
)

Definition at line 2092 of file wxfred_base.cpp.

frmTeamLoadoutEditor::~frmTeamLoadoutEditor ( )

Definition at line 2269 of file wxfred_base.cpp.

Member Function Documentation

virtual void fredBase::frmTeamLoadoutEditor::OnCancel ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in frmTeamLoadoutEditor.

Definition at line 904 of file wxfred_base.h.

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

Reimplemented in frmTeamLoadoutEditor.

Definition at line 903 of file wxfred_base.h.

virtual void fredBase::frmTeamLoadoutEditor::OnOK ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in frmTeamLoadoutEditor.

Definition at line 905 of file wxfred_base.h.

Member Data Documentation

wxChoice* fredBase::frmTeamLoadoutEditor::cboSetShipAmountFromVariable
protected

Definition at line 883 of file wxfred_base.h.

wxChoice* fredBase::frmTeamLoadoutEditor::cboSetWeaponAmountFromVariable
protected

Definition at line 895 of file wxfred_base.h.

wxCheckListBox* fredBase::frmTeamLoadoutEditor::cklShipsFromTbl
protected

Definition at line 879 of file wxfred_base.h.

wxCheckListBox* fredBase::frmTeamLoadoutEditor::cklWeaponsFromTbl
protected

Definition at line 891 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblAmountOfShipsInWings
protected

Definition at line 884 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblAmountOfWeaponsInWings
protected

Definition at line 896 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblAvailableStartShips
protected

Definition at line 875 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblAvailableStartWeapons
protected

Definition at line 887 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblSetShipAmountFromVariable
protected

Definition at line 882 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblSetWeaponAmountFromVariable
protected

Definition at line 894 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblShipsFromTbl
protected

Definition at line 878 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblShipsFromVariable
protected

Definition at line 876 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblWeaponsFromTbl
protected

Definition at line 890 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::lblWeaponsFromVariable
protected

Definition at line 888 of file wxfred_base.h.

wxListBox* fredBase::frmTeamLoadoutEditor::lbxStartShipsVariable
protected

Definition at line 877 of file wxfred_base.h.

wxListBox* fredBase::frmTeamLoadoutEditor::lbxStartWeaponsVariable
protected

Definition at line 889 of file wxfred_base.h.

wxMenu* fredBase::frmTeamLoadoutEditor::m_menu16
protected

Definition at line 874 of file wxfred_base.h.

wxStaticLine* fredBase::frmTeamLoadoutEditor::m_staticline2
protected

Definition at line 886 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::m_staticText141
protected

Definition at line 880 of file wxfred_base.h.

wxStaticText* fredBase::frmTeamLoadoutEditor::m_staticText1411
protected

Definition at line 892 of file wxfred_base.h.

wxMenuBar* fredBase::frmTeamLoadoutEditor::mnbDialogMenu
protected

Definition at line 872 of file wxfred_base.h.

wxMenu* fredBase::frmTeamLoadoutEditor::mnuSelectTeam
protected

Definition at line 873 of file wxfred_base.h.

wxStdDialogButtonSizer* fredBase::frmTeamLoadoutEditor::sdbDialogButtons
protected

Definition at line 898 of file wxfred_base.h.

wxButton* fredBase::frmTeamLoadoutEditor::sdbDialogButtonsCancel
protected

Definition at line 900 of file wxfred_base.h.

wxButton* fredBase::frmTeamLoadoutEditor::sdbDialogButtonsOK
protected

Definition at line 899 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmTeamLoadoutEditor::spnExtraShipsAvailable
protected

Definition at line 881 of file wxfred_base.h.

wxSpinCtrl* fredBase::frmTeamLoadoutEditor::spnExtraWeaponsAvailable
protected

Definition at line 893 of file wxfred_base.h.

wxTextCtrl* fredBase::frmTeamLoadoutEditor::txtAmountOfShipsInWings
protected

Definition at line 885 of file wxfred_base.h.

wxTextCtrl* fredBase::frmTeamLoadoutEditor::txtAmountOfWeaponsInWings
protected

Definition at line 897 of file wxfred_base.h.


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