www.pudn.com > MediaPlayer.rar > KeyFrameView.h
// KeyFrameView.h : interface of the CKeyFrameView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_KEYFRAMEVIEW_H__0B512716_DB16_407F_ADA4_1DDAA1EF2015__INCLUDED_)
#define AFX_KEYFRAMEVIEW_H__0B512716_DB16_407F_ADA4_1DDAA1EF2015__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CKeyFrameView : public CView
{
protected: // create from serialization only
CKeyFrameView();
DECLARE_DYNCREATE(CKeyFrameView)
// Attributes
public:
CKeyFrameDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKeyFrameView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
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
// Implementation
public:
virtual ~CKeyFrameView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CKeyFrameView)
afx_msg void Onexaction();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in KeyFrameView.cpp
inline CKeyFrameDoc* CKeyFrameView::GetDocument()
{ return (CKeyFrameDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KEYFRAMEVIEW_H__0B512716_DB16_407F_ADA4_1DDAA1EF2015__INCLUDED_)