|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <shipspecialhitpoints.h>
Public Types | |
| enum | { IDD = IDD_SPECIAL_HITPOINTS } |
Public Member Functions | |
| ShipSpecialHitpoints (CWnd *pParent=NULL) | |
Public Attributes | |
| BOOL | m_special_hitpoints_enabled |
| BOOL | m_special_shield_enabled |
| int | m_shields |
| int | m_hull |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| afx_msg void | OnEnableSpecialHitpoints () |
| afx_msg void | OnEnableSpecialShieldpoints () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | DoGray () |
| virtual void | OnCancel () |
| virtual void | OnOk () |
Definition at line 16 of file shipspecialhitpoints.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 24 of file shipspecialhitpoints.h.
| ShipSpecialHitpoints::ShipSpecialHitpoints | ( | CWnd * | pParent = NULL | ) |
Definition at line 20 of file shipspecialhitpoints.cpp.
|
protectedvirtual |
Definition at line 28 of file shipspecialhitpoints.cpp.
|
protected |
Definition at line 136 of file shipspecialhitpoints.cpp.
|
protectedvirtual |
Definition at line 142 of file shipspecialhitpoints.cpp.
|
protected |
Definition at line 54 of file shipspecialhitpoints.cpp.
|
protected |
Definition at line 62 of file shipspecialhitpoints.cpp.
|
protectedvirtual |
Definition at line 70 of file shipspecialhitpoints.cpp.
|
protectedvirtual |
Definition at line 149 of file shipspecialhitpoints.cpp.
| int ShipSpecialHitpoints::m_hull |
Definition at line 28 of file shipspecialhitpoints.h.
| int ShipSpecialHitpoints::m_shields |
Definition at line 27 of file shipspecialhitpoints.h.
| BOOL ShipSpecialHitpoints::m_special_hitpoints_enabled |
Definition at line 25 of file shipspecialhitpoints.h.
| BOOL ShipSpecialHitpoints::m_special_shield_enabled |
Definition at line 26 of file shipspecialhitpoints.h.