|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <frmshipseditor.h>
Public Member Functions | |
| frmShipsEditor (wxWindow *parent, wxWindowID id) | |
Public Member Functions inherited from fredBase::frmShipsEditor | |
| frmShipsEditor (wxWindow *parent, wxWindowID id=ID_frmShipsEditor, const wxString &title=wxT("Edit Ship"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxCAPTION|wxCLOSE_BOX|wxFRAME_NO_TASKBAR|wxSYSTEM_MENU|wxTAB_TRAVERSAL) | |
| ~frmShipsEditor () | |
Protected Member Functions | |
| frmShipsEditor (void) | |
| frmShipsEditor (const frmShipsEditor &T) | |
| void | OnClose (wxCloseEvent &event) |
Additional Inherited Members | |
Protected Types inherited from fredBase::frmShipsEditor | |
| enum | { ID_frmShipsEditor = 1000 } |
Protected Attributes inherited from fredBase::frmShipsEditor | |
| wxMenuBar * | mbrShipsEditor |
| wxMenu * | selectShip |
| wxStaticText * | lblShipName |
| wxTextCtrl * | txtShipName |
| wxStaticText * | lblWing |
| wxTextCtrl * | txtWing |
| wxStaticText * | lblShipClass |
| wxChoice * | cboShipClass |
| wxStaticText * | lblHotkey |
| wxChoice * | cboHotkey |
| wxStaticText * | lblAIClass |
| wxChoice * | cboAIClass |
| wxStaticText * | lblPersona |
| wxChoice * | cboPersona |
| wxStaticText * | lblTeam |
| wxChoice * | cboTeam |
| wxStaticText * | lblKillScore |
| wxTextCtrl * | txtKillscore |
| wxStaticText * | lblCargoCargo |
| wxComboBox * | cboCargo |
| wxStaticText * | lblAssistPercentage |
| wxTextCtrl * | txtAssistPercentage |
| wxStaticText * | lblAltName |
| wxComboBox * | cboAltName |
| wxCheckBox * | chkPlayerShip |
| wxStaticText * | lblCallsign |
| wxComboBox * | cboCallsign |
| wxButton * | btnMakePlayerShip |
| wxButton * | btnTextureReplacement |
| wxButton * | btnAltShipClass |
| wxButton * | btnPrevWing |
| wxButton * | btnNextWing |
| wxButton * | btnDelete |
| wxButton * | btnReset |
| wxButton * | btnWeapons |
| wxButton * | btnPlayerOrders |
| wxButton * | btnSpecialExplosion |
| wxButton * | btnSpecialHits |
| wxButton * | btnMiscOptions |
| wxButton * | btnInitialStatus |
| wxButton * | btnInitialOrders |
| wxButton * | btnTBLInfo |
| wxButton * | btnHideCues |
| wxStaticText * | lblArrivalLocation |
| wxChoice * | cboArrivalLocation |
| wxStaticText * | lblArrivalTarget |
| wxChoice * | cboArrivalTarget |
| wxStaticText * | lblArrivalDistance |
| wxTextCtrl * | txtArrivalDistance |
| wxStaticText * | lblArrivalDelay |
| wxSpinCtrl * | spnArrivalDelay |
| wxStaticText * | lblArrivalDelaySeconds |
| wxButton * | btnRestrictArrivalPaths |
| wxStaticText * | lblArrivalCue |
| wxTreeCtrl * | tctArrivalCues |
| wxCheckBox * | chkNoArrivalWarp |
| wxStaticText * | lblDepatureLocation |
| wxChoice * | cboDepartureLocation |
| wxStaticText * | lblDepartureTarget |
| wxChoice * | cboDepartureTarget |
| wxStaticText * | lblDepartureDelay |
| wxSpinCtrl * | spnArrivalDelay1 |
| wxStaticText * | m_staticText1711 |
| wxButton * | btnRestrictDeparturePaths |
| wxStaticText * | lblDepartureCue |
| wxTreeCtrl * | tctDepartureCues |
| wxCheckBox * | chkNoDepartureWarp |
Definition at line 15 of file frmshipseditor.h.
| frmShipsEditor::frmShipsEditor | ( | wxWindow * | parent, |
| wxWindowID | id | ||
| ) |
Definition at line 19 of file frmshipseditor.cpp.
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented from fredBase::frmShipsEditor.
Definition at line 26 of file frmshipseditor.cpp.