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

Class CCustomObjectDialog

editor/CustomObjectDialog.h:25–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// CCustomObjectDialog dialog
24
25class CCustomObjectDialog : public CDialog {
26 // Construction
27public:
28 CCustomObjectDialog(CWnd *pParent = NULL); // standard constructor
29
30 // Dialog Data
31 //{{AFX_DATA(CCustomObjectDialog)
32 enum { IDD = IDD_CUSTOMIZE_OBJECT };
33 // NOTE: the ClassWizard will add data members here
34 //}}AFX_DATA
35
36 // Overrides
37 // ClassWizard generated virtual function overrides
38 //{{AFX_VIRTUAL(CCustomObjectDialog)
39protected:
40 virtual void DoDataExchange(CDataExchange *pDX); // DDX/DDV support
41 //}}AFX_VIRTUAL
42
43 // Implementation
44protected:
45 // Generated message map functions
46 //{{AFX_MSG(CCustomObjectDialog)
47 // NOTE: the ClassWizard will add member functions here
48 //}}AFX_MSG
49 DECLARE_MESSAGE_MAP()
50};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected