FS2_Open
Open source remastering of the Freespace 2 engine
setglobalshipflags.h
Go to the documentation of this file.
1 #if !defined(AFX_SETGLOBALSHIPFLAGS_H__9D023C1A_2EED_451B_AEEB_F23347FFACAE__INCLUDED_)
2 #define AFX_SETGLOBALSHIPFLAGS_H__9D023C1A_2EED_451B_AEEB_F23347FFACAE__INCLUDED_
3 
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // SetGlobalShipFlags.h : header file
8 //
9 
11 // SetGlobalShipFlags dialog
12 
13 class SetGlobalShipFlags : public CDialog
14 {
15 // Construction
16 public:
17  SetGlobalShipFlags(CWnd* pParent = NULL); // standard constructor
18 
19 // Dialog Data
20  //{{AFX_DATA(SetGlobalShipFlags)
22  // NOTE: the ClassWizard will add data members here
23  //}}AFX_DATA
24 
25 
26 // Overrides
27  // ClassWizard generated virtual function overrides
28  //{{AFX_VIRTUAL(SetGlobalShipFlags)
29  protected:
30  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
31  //}}AFX_VIRTUAL
32 
33 // Implementation
34 protected:
35 
36  // Generated message map functions
37  //{{AFX_MSG(SetGlobalShipFlags)
38  afx_msg void OnNoShields();
39  afx_msg void OnNoSubspaceDrive();
40  afx_msg void OnPrimitiveSensors();
41  afx_msg void OnAffectedByGravity();
42  //}}AFX_MSG
43  DECLARE_MESSAGE_MAP()
44 };
45 
46 //{{AFX_INSERT_LOCATION}}
47 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
48 
49 #endif // !defined(AFX_SETGLOBALSHIPFLAGS_H__9D023C1A_2EED_451B_AEEB_F23347FFACAE__INCLUDED_)
SetGlobalShipFlags(CWnd *pParent=NULL)
afx_msg void OnNoShields()
#define IDD_SET_GLOBAL_SHIP_FLAGS
Definition: resource.h:100
afx_msg void OnNoSubspaceDrive()
virtual void DoDataExchange(CDataExchange *pDX)
afx_msg void OnAffectedByGravity()
afx_msg void OnPrimitiveSensors()