3DDoc.h
上传用户:kelijie
上传日期:2007-01-01
资源大小:123k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_3DDOC_H__73B8DC8F_F1E7_11D2_955D_8422F5C00000__INCLUDED_)
  2. #define AFX_3DDOC_H__73B8DC8F_F1E7_11D2_955D_8422F5C00000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // 3DDoc.h : header file
  7. //
  8. #include "standard.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // C3DDocument document
  11. class  _declspec(dllexport) C3DDocument : public CStandardDoc
  12. {
  13. public:
  14. C3DDocument();           // protected constructor used by dynamic creation
  15. DECLARE_DYNCREATE(C3DDocument)
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(C3DDocument)
  23. public:
  24. virtual void Serialize(CArchive& ar);   // overridden for document i/o
  25. public:
  26. virtual BOOL OnNewDocument();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. virtual ~C3DDocument();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. // Generated message map functions
  36. public:
  37. //{{AFX_MSG(C3DDocument)
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_3DDOC_H__73B8DC8F_F1E7_11D2_955D_8422F5C00000__INCLUDED_)