root/MultiPartView.h
/* [<][>][^][v][top][bottom][index][help] */
DEFINITIONS
This source file includes following definitions.
- CMultiPartView
#if !defined(AFX_MULTIPARTVIEW_H__CC7E6E8C_D4B2_45B4_AE1A_08DD7407D88A__INCLUDED_)
#define AFX_MULTIPARTVIEW_H__CC7E6E8C_D4B2_45B4_AE1A_08DD7407D88A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MultiPartView.h : ヘッダー ファイル
//
/////////////////////////////////////////////////////////////////////////////
// CMultiPartView ビュー
class CMultiPartView : public CListView
{
protected:
CMultiPartView(); // 動的生成に使用されるプロテクト コンストラクタ
DECLARE_DYNCREATE(CMultiPartView)
// アトリビュート
public:
int m_index;
// オペレーション
public:
void ExecuteFile();
void ReArrange();
//protected:
CImageList m_image;
// オーバーライド
// ClassWizard は仮想関数のオーバーライドを生成します。
//{{AFX_VIRTUAL(CMultiPartView)
public:
virtual void OnInitialUpdate();
protected:
virtual void OnDraw(CDC* pDC); // このビューを描画するためにオーバーライドしました。
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// インプリメンテーション
protected:
virtual ~CMultiPartView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// 生成されたメッセージ マップ関数
protected:
//{{AFX_MSG(CMultiPartView)
afx_msg void OnItemchanged(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnRclick(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnMultipartSave2file();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_MULTIPARTVIEW_H__CC7E6E8C_D4B2_45B4_AE1A_08DD7407D88A__INCLUDED_)