www.pudn.com > IFSEditor.rar > IFSEditorView.h
// IFSEditorView.h : interface of the CIFSEditorView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_IFSEDITORVIEW_H__EB1D2F9F_DBCA_47EA_B175_3A4A36156975__INCLUDED_)
#define AFX_IFSEDITORVIEW_H__EB1D2F9F_DBCA_47EA_B175_3A4A36156975__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CIFSEditorView : public CScrollView
{
protected: // create from serialization only
CIFSEditorView();
DECLARE_DYNCREATE(CIFSEditorView)
// Attributes
public:
CIFSEditorDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIFSEditorView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CIFSEditorView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CIFSEditorView)
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in IFSEditorView.cpp
inline CIFSEditorDoc* CIFSEditorView::GetDocument()
{ return (CIFSEditorDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IFSEDITORVIEW_H__EB1D2F9F_DBCA_47EA_B175_3A4A36156975__INCLUDED_)