www.pudn.com > opengl_pick_sample.rar > oglframe.h


// oglframe.h : interface of the OGLFrame class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_OGLFRAME_H__B3F1195A_4B78_11D7_967B_08006912EAE7__INCLUDED_) 
#define AFX_OGLFRAME_H__B3F1195A_4B78_11D7_967B_08006912EAE7__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class OGLFrame : public CFrameWnd 
{ 
	 
protected: // create from serialization only 
	OGLFrame(); 
	DECLARE_DYNCREATE(OGLFrame) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(OGLFrame) 
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~OGLFrame(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected:  // control bar embedded members 
	CStatusBar  m_wndStatusBar; 
	CToolBar    m_wndToolBar; 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(OGLFrame) 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_OGLFRAME_H__B3F1195A_4B78_11D7_967B_08006912EAE7__INCLUDED_)