|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <shipclasseditordlg.h>
Public Types | |
| enum | { IDD = IDD_SHIP_CLASS_EDITOR } |
Public Member Functions | |
| CShipClassEditorDlg (CWnd *pParent=NULL) | |
Public Attributes | |
| CButton | m_SoundsEditor |
| CStatic | m_ShipClassWindow |
| CButton | m_ShipClassNew |
| CButton | m_ShipClassDelete |
| CButton | m_ModelsEditor |
| CButton | m_GoalsEditor |
| BOOL | m_ShipClassAfterburner |
| int | m_ShipClassAIClass |
| CString | m_ShipClassArmor |
| BOOL | m_ShipClassCloak |
| int | m_ShipClassDebrisModel |
| int | m_ShipClassModel |
| CString | m_ShipClassEngine |
| CString | m_ShipClassExplosion1 |
| CString | m_ShipClassExplosion2 |
| CString | m_ShipClassIFF |
| CString | m_ShipClassManufacturer |
| int | m_ShipClassMaxBank |
| int | m_ShipClassMaxPitch |
| int | m_ShipClassMaxRoll |
| int | m_ShipClassMaxSpeed |
| CString | m_ShipClassName |
| CString | m_ShipClassPowerPlant |
| int | m_ShipClassScore |
| int | m_ShipClassShields |
| BOOL | m_ShipClassWarpdrive |
| CString | m_ShipClassTurretWeapon1 |
| CString | m_ShipClassTurretWeapon2 |
| CString | m_ShipClassWeaponSpecial |
| CString | m_ShipClassWeapon1 |
| CString | m_ShipClassWeapon2 |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
Definition at line 15 of file shipclasseditordlg.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 23 of file shipclasseditordlg.h.
| CShipClassEditorDlg::CShipClassEditorDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 25 of file shipclasseditordlg.cpp.
|
protectedvirtual |
Definition at line 58 of file shipclasseditordlg.cpp.
| CButton CShipClassEditorDlg::m_GoalsEditor |
Definition at line 29 of file shipclasseditordlg.h.
| CButton CShipClassEditorDlg::m_ModelsEditor |
Definition at line 28 of file shipclasseditordlg.h.
| BOOL CShipClassEditorDlg::m_ShipClassAfterburner |
Definition at line 30 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassAIClass |
Definition at line 31 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassArmor |
Definition at line 32 of file shipclasseditordlg.h.
| BOOL CShipClassEditorDlg::m_ShipClassCloak |
Definition at line 33 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassDebrisModel |
Definition at line 34 of file shipclasseditordlg.h.
| CButton CShipClassEditorDlg::m_ShipClassDelete |
Definition at line 27 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassEngine |
Definition at line 36 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassExplosion1 |
Definition at line 37 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassExplosion2 |
Definition at line 38 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassIFF |
Definition at line 39 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassManufacturer |
Definition at line 40 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassMaxBank |
Definition at line 41 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassMaxPitch |
Definition at line 42 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassMaxRoll |
Definition at line 43 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassMaxSpeed |
Definition at line 44 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassModel |
Definition at line 35 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassName |
Definition at line 45 of file shipclasseditordlg.h.
| CButton CShipClassEditorDlg::m_ShipClassNew |
Definition at line 26 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassPowerPlant |
Definition at line 46 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassScore |
Definition at line 47 of file shipclasseditordlg.h.
| int CShipClassEditorDlg::m_ShipClassShields |
Definition at line 48 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassTurretWeapon1 |
Definition at line 50 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassTurretWeapon2 |
Definition at line 51 of file shipclasseditordlg.h.
| BOOL CShipClassEditorDlg::m_ShipClassWarpdrive |
Definition at line 49 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassWeapon1 |
Definition at line 53 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassWeapon2 |
Definition at line 54 of file shipclasseditordlg.h.
| CString CShipClassEditorDlg::m_ShipClassWeaponSpecial |
Definition at line 52 of file shipclasseditordlg.h.
| CStatic CShipClassEditorDlg::m_ShipClassWindow |
Definition at line 25 of file shipclasseditordlg.h.
| CButton CShipClassEditorDlg::m_SoundsEditor |
Definition at line 24 of file shipclasseditordlg.h.