Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

SpheresDoc.h
Go to the documentation of this file.
1 // SpheresDoc.h : interface of the CSpheresDoc class, derived from CHoopsDoc
2 // Adds application specific New/Open document member functions
3 
4 #if !defined(AFX_CSpheresDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_)
5 #define AFX_CSpheresDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_
6 
7 #if _MSC_VER >= 1000
8 #pragma once
9 #endif // _MSC_VER >= 1000
10 
11 // SpheresDoc.h : header file
12 //
13 
14 #include "CHoopsDoc.h"
15 
17 // CSpheresDoc document
18 
19 class CSpheresDoc : public CHoopsDoc
20 {
21 protected:
22  CSpheresDoc(); // protected constructor used by dynamic creation
23  DECLARE_DYNCREATE(CSpheresDoc)
24 
25 // Attributes
26 public:
27 
28 
29 // Operations
30 public:
31 
32 // Overrides
33  // ClassWizard generated virtual function overrides
34  //{{AFX_VIRTUAL(CSpheresDoc)
35  public:
36  virtual void Serialize(CArchive& ar); // overridden for document i/o
37  virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
38  virtual BOOL OnSaveDocument(LPCTSTR lpszPathName);
39  protected:
40  virtual BOOL OnNewDocument();
41  //}}AFX_VIRTUAL
42 
43 // Implementation
44 public:
45  virtual ~CSpheresDoc();
46 #ifdef _DEBUG
47  virtual void AssertValid() const;
48  virtual void Dump(CDumpContext& dc) const;
49 #endif
50 
51  // Generated message map functions
52 protected:
53  //{{AFX_MSG(CSpheresDoc)
54  //}}AFX_MSG
55  DECLARE_MESSAGE_MAP()
56 };
57 
58 //{{AFX_INSERT_LOCATION}}
59 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
60 
61 #endif // !defined(AFX_CSpheresDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_)
62 
63 
virtual ~CSpheresDoc()
virtual BOOL OnNewDocument()
virtual void Serialize(CArchive &ar)
Definition: SpheresDoc.h:19
virtual BOOL OnOpenDocument(LPCTSTR lpszPathName)
virtual BOOL OnSaveDocument(LPCTSTR lpszPathName)