OAMDOCKCONTEXT.H
资源名称:SNMP范例源代码.zip [点击查看]
上传用户:shgx688
上传日期:2009-12-27
资源大小:855k
文件大小:1k
源码类别:
SNMP编程
开发平台:
MultiPlatform
- // OAMDockContext.h: interface for the COAMDockContext class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_OAMDOCKCONTEXT_H__112ECEE5_0C04_11D3_BAAE_12345600558E__INCLUDED_)
- #define AFX_OAMDOCKCONTEXT_H__112ECEE5_0C04_11D3_BAAE_12345600558E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class COAMSizeDockBar;
- class COAMControlBar;
- class COAMDockContext : public CDockContext
- {
- // Construction
- public:
- COAMDockContext(CControlBar* pBar);
- // Attributes
- public:
- protected:
- // Operations
- public:
- void EndDragDockBar();
- void MoveDockBar(CPoint pt);
- void StartDragDockBar(CPoint pt);
- DWORD CanDockDockBar();
- DWORD CanDockDockBar(CRect rect, DWORD dwDockStyle, CDockBar** ppDockBar = NULL);
- BOOL TrackDockBar();
- COAMSizeDockBar* GetDockBar(DWORD dwOverDockStyle);
- void DockSizeBar(CControlBar *,COAMSizeDockBar* =NULL,LPRECT =NULL);
- virtual void ToggleDocking();
- // Implementation
- public:
- virtual ~COAMDockContext();
- };
- #endif // !defined(AFX_OAMDOCKCONTEXT_H__112ECEE5_0C04_11D3_BAAE_12345600558E__INCLUDED_)