AnalysisDoc.h
Go to the documentation of this file.
1 // AnalysisDoc.h : interface of the CAnalysisDoc class, derived from CHoopsDoc
2 // Adds application specific New/Open document member functions
3 
4 #if !defined(AFX_CAnalysisDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_)
5 #define AFX_CAnalysisDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_
6 
7 #if _MSC_VER >= 1000
8 #pragma once
9 #endif // _MSC_VER >= 1000
10 
11 // AnalysisDoc.h : header file
12 //
13 
14 #include "CHoopsDoc.h"
15 
17 // CAnalysisDoc document
18 
19 class CAnalysisDoc : public CHoopsDoc
20 {
21 protected:
22  CAnalysisDoc(); // protected constructor used by dynamic creation
24 
25 // Attributes
26 public:
27 
28 
29 // Operations
30 public:
31 
32 // Overrides
33  // ClassWizard generated virtual function overrides
34  //{{AFX_VIRTUAL(CAnalysisDoc)
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 ~CAnalysisDoc();
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(CAnalysisDoc)
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_CAnalysisDoc_H__FCA603FC_1694_11D2_B736_00805F85736F__INCLUDED_)
62 
63 
virtual BOOL OnSaveDocument(LPCTSTR lpszPathName)
virtual ~CAnalysisDoc()
virtual void Serialize(CArchive &ar)
virtual BOOL OnNewDocument()
DECLARE_DYNCREATE(CHoopsDoc)
virtual BOOL OnOpenDocument(LPCTSTR lpszPathName)
Definition: AnalysisDoc.h:19