#include <UsefulSplitterWnd.h>
Public Member Functions | |
| CUsefulSplitterWnd () | |
| BOOL | IsBarLocked () |
| void | LockBar (BOOL bState=TRUE) |
| BOOL | ReplaceView (int row, int col, CRuntimeClass *pViewClass, SIZE size) |
| virtual | ~CUsefulSplitterWnd () |
Protected Member Functions | |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
| afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
Private Attributes | |
| BOOL | m_bBarLocked |
| CUsefulSplitterWnd::CUsefulSplitterWnd | ( | ) |
| CUsefulSplitterWnd::~CUsefulSplitterWnd | ( | ) | [virtual] |
| BOOL CUsefulSplitterWnd::IsBarLocked | ( | ) | [inline] |
| void CUsefulSplitterWnd::LockBar | ( | BOOL | bState = TRUE |
) | [inline] |
| BOOL CUsefulSplitterWnd::ReplaceView | ( | int | row, | |
| int | col, | |||
| CRuntimeClass * | pViewClass, | |||
| SIZE | size | |||
| ) |
| void CUsefulSplitterWnd::OnLButtonDown | ( | UINT | nFlags, | |
| CPoint | point | |||
| ) | [protected] |
| void CUsefulSplitterWnd::OnMouseMove | ( | UINT | nFlags, | |
| CPoint | point | |||
| ) | [protected] |
| BOOL CUsefulSplitterWnd::OnSetCursor | ( | CWnd * | pWnd, | |
| UINT | nHitTest, | |||
| UINT | message | |||
| ) | [protected] |
BOOL CUsefulSplitterWnd::m_bBarLocked [private] |
1.5.1-p1