viewerdemodoc.h

来自「图像显示软件源码」· C头文件 代码 · 共 41 行

H
41
字号
// ViewerDemoDoc.h : interface of the CViewerDemoDoc class
//


#pragma once


class CViewerDemoDoc : public CDocument
{
protected: // create from serialization only
    CViewerDemoDoc();
    DECLARE_DYNCREATE(CViewerDemoDoc)

// Attributes
public:

// Operations
public:

// Overrides
public:
    virtual BOOL OnNewDocument();
    virtual void Serialize(CArchive& ar);

// Implementation
public:
    virtual ~CViewerDemoDoc();
#ifdef _DEBUG
    virtual void AssertValid() const;
    virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
    DECLARE_MESSAGE_MAP()
};


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?