MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / CAddScriptDialog

Class CAddScriptDialog

editor/AddScriptDialog.h:31–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// CAddScriptDialog dialog
30
31class CAddScriptDialog : public CDialog {
32 // Construction
33public:
34 CAddScriptDialog(CWnd *pParent = NULL); // standard constructor
35
36 // Dialog Data
37 //{{AFX_DATA(CAddScriptDialog)
38 enum { IDD = IDD_ADDSCRIPT };
39 CString m_Name;
40 CString m_TypeName;
41 //}}AFX_DATA
42
43 // Overrides
44 // ClassWizard generated virtual function overrides
45 //{{AFX_VIRTUAL(CAddScriptDialog)
46protected:
47 virtual void DoDataExchange(CDataExchange *pDX); // DDX/DDV support
48 //}}AFX_VIRTUAL
49
50 // Implementation
51protected:
52 // Generated message map functions
53 //{{AFX_MSG(CAddScriptDialog)
54 virtual BOOL OnInitDialog();
55 //}}AFX_MSG
56 DECLARE_MESSAGE_MAP()
57};
58
59//{{AFX_INSERT_LOCATION}}
60// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected