www.pudn.com > LlxDip.rar > LlxDipView.h
// LlxDipView.h : interface of the CLlxDipView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_LLXDIPVIEW_H__1F482387_E182_42B3_9FA3_6B2856963277__INCLUDED_)
#define AFX_LLXDIPVIEW_H__1F482387_E182_42B3_9FA3_6B2856963277__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CLlxDipView : public CScrollView
{
protected: // create from serialization only
CLlxDipView();
DECLARE_DYNCREATE(CLlxDipView)
// Attributes
public:
CLlxDipDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLlxDipView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnInitialUpdate(); // called first time after construct
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CLlxDipView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CLlxDipView)
afx_msg void OnUpdateYuvY(CCmdUI* pCmdUI);
afx_msg void OnUpdateYuvV(CCmdUI* pCmdUI);
afx_msg void OnUpdateYuvU(CCmdUI* pCmdUI);
afx_msg void OnYuvU();
afx_msg void OnYuvV();
afx_msg void OnYuvY();
afx_msg void OnUpdateFileReload(CCmdUI* pCmdUI);
afx_msg void OnUpdateMidfilter(CCmdUI* pCmdUI);
afx_msg void OnMidfilter();
afx_msg void OnViewIntensity();
afx_msg void OnUpdateViewIntensity(CCmdUI* pCmdUI);
afx_msg void OnPointEqua();
afx_msg void OnTr();
afx_msg void OnUpdateTr(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in LlxDipView.cpp
inline CLlxDipDoc* CLlxDipView::GetDocument()
{ return (CLlxDipDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LLXDIPVIEW_H__1F482387_E182_42B3_9FA3_6B2856963277__INCLUDED_)