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

Class CCustDefaultScriptSelect

editor/CustDefaultScriptSelect.h:31–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// CCustDefaultScriptSelect dialog
30
31class CCustDefaultScriptSelect : public CDialog {
32 // Construction
33public:
34 CCustDefaultScriptSelect(CWnd *pParent = NULL); // standard constructor
35
36 // Dialog Data
37 //{{AFX_DATA(CCustDefaultScriptSelect)
38 enum { IDD = IDD_CUSTDEFSCRIPT };
39 CString m_Name;
40 CString m_Module;
41 //}}AFX_DATA
42
43 // Overrides
44 // ClassWizard generated virtual function overrides
45 //{{AFX_VIRTUAL(CCustDefaultScriptSelect)
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(CCustDefaultScriptSelect)
54 virtual void OnOK();
55 afx_msg void OnBrowse();
56 //}}AFX_MSG
57 DECLARE_MESSAGE_MAP()
58};
59
60//{{AFX_INSERT_LOCATION}}
61// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected