Home
last modified time | relevance | path

Searched refs:Cmfc1Doc (Results 1 – 16 of 16) sorted by relevance

/dports/devel/cmake-gui/cmake-3.22.1/Tests/MFC/mfc1/
H A Dmfc1Doc.cpp18 IMPLEMENT_DYNCREATE(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE() argument
20 BEGIN_MESSAGE_MAP(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE()
25 Cmfc1Doc::Cmfc1Doc() in IMPLEMENT_DYNCREATE()
30 Cmfc1Doc::~Cmfc1Doc() in ~Cmfc1Doc()
34 BOOL Cmfc1Doc::OnNewDocument() in OnNewDocument()
47 void Cmfc1Doc::Serialize(CArchive& ar) in Serialize()
59 void Cmfc1Doc::AssertValid() const in AssertValid()
64 void Cmfc1Doc::Dump(CDumpContext& dc) const in Dump()
H A Dmfc1Doc.h6 class Cmfc1Doc : public CDocument
9 Cmfc1Doc();
10 DECLARE_DYNCREATE(Cmfc1Doc)
23 virtual ~Cmfc1Doc();
H A Dmfc1View.cpp51 Cmfc1Doc* pDoc = GetDocument(); in OnDraw()
90 Cmfc1Doc* Cmfc1View::GetDocument() const // non-debug version is inline in GetDocument()
92 ASSERT(m_pDocument->IsKindOf(RUNTIME_CLASS(Cmfc1Doc))); in GetDocument()
93 return (Cmfc1Doc*)m_pDocument; in GetDocument()
H A Dmfc1View.h14 Cmfc1Doc* GetDocument() const;
43 inline Cmfc1Doc* Cmfc1View::GetDocument() const in GetDocument()
45 return reinterpret_cast<Cmfc1Doc*>(m_pDocument); in GetDocument()
H A Dmfc1.cpp72 new CMultiDocTemplate(IDR_mfc1TYPE, RUNTIME_CLASS(Cmfc1Doc), in InitInstance()
/dports/devel/cmake/cmake-3.22.1/Tests/MFC/mfc1/
H A Dmfc1Doc.cpp18 IMPLEMENT_DYNCREATE(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE() argument
20 BEGIN_MESSAGE_MAP(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE()
25 Cmfc1Doc::Cmfc1Doc() in IMPLEMENT_DYNCREATE()
30 Cmfc1Doc::~Cmfc1Doc() in ~Cmfc1Doc()
34 BOOL Cmfc1Doc::OnNewDocument() in OnNewDocument()
47 void Cmfc1Doc::Serialize(CArchive& ar) in Serialize()
59 void Cmfc1Doc::AssertValid() const in AssertValid()
64 void Cmfc1Doc::Dump(CDumpContext& dc) const in Dump()
H A Dmfc1Doc.h6 class Cmfc1Doc : public CDocument
9 Cmfc1Doc();
10 DECLARE_DYNCREATE(Cmfc1Doc)
23 virtual ~Cmfc1Doc();
H A Dmfc1View.cpp51 Cmfc1Doc* pDoc = GetDocument(); in OnDraw()
90 Cmfc1Doc* Cmfc1View::GetDocument() const // non-debug version is inline in GetDocument()
92 ASSERT(m_pDocument->IsKindOf(RUNTIME_CLASS(Cmfc1Doc))); in GetDocument()
93 return (Cmfc1Doc*)m_pDocument; in GetDocument()
H A Dmfc1View.h14 Cmfc1Doc* GetDocument() const;
43 inline Cmfc1Doc* Cmfc1View::GetDocument() const in GetDocument()
45 return reinterpret_cast<Cmfc1Doc*>(m_pDocument); in GetDocument()
H A DReadMe.txt72 These files contain your Cmfc1Doc class. Edit these files to
74 (via Cmfc1Doc::Serialize).
85 Cmfc1View objects are used to view Cmfc1Doc objects.
88 for the Cmfc1Doc class. This icon is included by the main
H A Dmfc1.cpp72 new CMultiDocTemplate(IDR_mfc1TYPE, RUNTIME_CLASS(Cmfc1Doc), in InitInstance()
/dports/devel/cmake-doc/cmake-3.22.1/Tests/MFC/mfc1/
H A Dmfc1Doc.cpp18 IMPLEMENT_DYNCREATE(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE() argument
20 BEGIN_MESSAGE_MAP(Cmfc1Doc, CDocument) in IMPLEMENT_DYNCREATE()
25 Cmfc1Doc::Cmfc1Doc() in IMPLEMENT_DYNCREATE()
30 Cmfc1Doc::~Cmfc1Doc() in ~Cmfc1Doc()
34 BOOL Cmfc1Doc::OnNewDocument() in OnNewDocument()
47 void Cmfc1Doc::Serialize(CArchive& ar) in Serialize()
59 void Cmfc1Doc::AssertValid() const in AssertValid()
64 void Cmfc1Doc::Dump(CDumpContext& dc) const in Dump()
H A Dmfc1Doc.h6 class Cmfc1Doc : public CDocument
9 Cmfc1Doc();
10 DECLARE_DYNCREATE(Cmfc1Doc)
23 virtual ~Cmfc1Doc();
H A Dmfc1View.cpp51 Cmfc1Doc* pDoc = GetDocument(); in OnDraw()
90 Cmfc1Doc* Cmfc1View::GetDocument() const // non-debug version is inline in GetDocument()
92 ASSERT(m_pDocument->IsKindOf(RUNTIME_CLASS(Cmfc1Doc))); in GetDocument()
93 return (Cmfc1Doc*)m_pDocument; in GetDocument()
H A Dmfc1View.h14 Cmfc1Doc* GetDocument() const;
43 inline Cmfc1Doc* Cmfc1View::GetDocument() const in GetDocument()
45 return reinterpret_cast<Cmfc1Doc*>(m_pDocument); in GetDocument()
H A Dmfc1.cpp72 new CMultiDocTemplate(IDR_mfc1TYPE, RUNTIME_CLASS(Cmfc1Doc), in InitInstance()