viewctrlbar.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_VIEWCTRLBAR_H__50CC4856_7CCF_4418_83E0_B15C23D70190__INCLUDED_)
  2. #define AFX_VIEWCTRLBAR_H__50CC4856_7CCF_4418_83E0_B15C23D70190__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // viewctrlbar.h : header file
  7. //
  8. #include "cjcontrolbar.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CViewCtrlBar command target
  11. class CViewCtrlBar : public CCJControlBar
  12. {
  13. DECLARE_DYNCREATE(CViewCtrlBar)
  14. CViewCtrlBar();           // protected constructor used by dynamic creation
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. CView * GetView();
  20. bool AddView( CRuntimeClass * pViewClass ,DWORD dwStyle=AFX_WS_DEFAULT_VIEW ,
  21.   CCreateContext * pContext=NULL  );
  22. virtual ~CViewCtrlBar();
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CViewCtrlBar)
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. CView * m_pView;
  30. // Generated message map functions
  31. //{{AFX_MSG(CViewCtrlBar)
  32. afx_msg void OnWindowPosChanged(WINDOWPOS FAR* lpwndpos);
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_VIEWCTRLBAR_H__50CC4856_7CCF_4418_83E0_B15C23D70190__INCLUDED_)