www.pudn.com > FileConverter.zip > FileConverterView.h
// FileConverterView.h : CFileConverterView クラスの宣言およびインターフェイスの定義をします。
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FILECONVERTERVIEW_H__BF86AA7A_0B27_49FA_8D96_2AAC14268F34__INCLUDED_)
#define AFX_FILECONVERTERVIEW_H__BF86AA7A_0B27_49FA_8D96_2AAC14268F34__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "FileConverterDoc.h"
class CFileConverterView : public CView
{
protected: // シリアライズ機能のみから作成します。
CFileConverterView();
DECLARE_DYNCREATE(CFileConverterView)
// アトリビュート
public:
CFileConverterDoc* GetDocument();
// オペレーション
public:
// オーバーライド
// ClassWizard は仮想関数のオーバーライドを生成します。
//{{AFX_VIRTUAL(CFileConverterView)
public:
virtual void OnDraw(CDC* pDC); // このビューを描画する際にオーバーライドされます。
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// インプリメンテーション
public:
virtual ~CFileConverterView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// 生成されたメッセージ マップ関数
protected:
//{{AFX_MSG(CFileConverterView)
// メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
// この位置に生成されるコードを編集しないでください。
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // FileConverterView.cpp ファイルがデバッグ環境の時使用されます。
inline CFileConverterDoc* CFileConverterView::GetDocument()
{ return (CFileConverterDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_FILECONVERTERVIEW_H__BF86AA7A_0B27_49FA_8D96_2AAC14268F34__INCLUDED_)