FS2_Open
Open source remastering of the Freespace 2 engine
operatorargtypeselect.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
13 // OperatorArgTypeSelect dialog
14 
15 class OperatorArgTypeSelect : public CDialog
16 {
17 // Construction
18 public:
19  OperatorArgTypeSelect(CWnd* pParent = NULL); // standard constructor
20 
21 // Dialog Data
22  //{{AFX_DATA(OperatorArgTypeSelect)
24  // NOTE: the ClassWizard will add data members here
25  //}}AFX_DATA
26 
27 
28 // Overrides
29  // ClassWizard generated virtual function overrides
30  //{{AFX_VIRTUAL(OperatorArgTypeSelect)
31  protected:
32  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
33  //}}AFX_VIRTUAL
34 
35 // Implementation
36 protected:
37 
38  // Generated message map functions
39  //{{AFX_MSG(OperatorArgTypeSelect)
40  afx_msg void OnBoolean();
41  afx_msg void OnNumbers();
42  afx_msg void OnShips();
43  afx_msg void OnWings();
44  //}}AFX_MSG
45  DECLARE_MESSAGE_MAP()
46 };
OperatorArgTypeSelect(CWnd *pParent=NULL)
virtual void DoDataExchange(CDataExchange *pDX)
#define IDD_OPERATOR_ARGUMENT_TYPES
Definition: resource.h:52