#include <SizingControlBar.h>
Public Member Functions | |
virtual BOOL | Create (CWnd *pParent, DWORD dwBarStyle) |
CSizingControlBar * | GetSizingControlBar () |
afx_msg void | OnNcLButtonDown (UINT nHitTest, CPoint point) |
afx_msg void | OnGetMinMaxInfo (MINMAXINFO FAR *lpMMI) |
afx_msg void | OnWindowPosChanging (WINDOWPOS FAR *lpwndpos) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
Private Member Functions | |
DECLARE_DYNCREATE (CSCBMiniDockFrameWnd) |
Definition at line 195 of file SizingControlBar.h.
BOOL CSCBMiniDockFrameWnd::Create | ( | CWnd * | pParent, | |
DWORD | dwBarStyle | |||
) | [virtual] |
CSCBMiniDockFrameWnd::DECLARE_DYNCREATE | ( | CSCBMiniDockFrameWnd | ) | [private] |
CSizingControlBar * CSCBMiniDockFrameWnd::GetSizingControlBar | ( | ) |
Definition at line 1300 of file SizingControlBar.cpp.
Referenced by OnGetMinMaxInfo(), OnNcLButtonDown(), OnSize(), and OnWindowPosChanging().
void CSCBMiniDockFrameWnd::OnGetMinMaxInfo | ( | MINMAXINFO FAR * | lpMMI | ) |
Definition at line 1326 of file SizingControlBar.cpp.
References GetSizingControlBar(), and CSizingControlBar::m_szMinFloat.
void CSCBMiniDockFrameWnd::OnNcLButtonDown | ( | UINT | nHitTest, | |
CPoint | point | |||
) |
void CSCBMiniDockFrameWnd::OnSize | ( | UINT | nType, | |
int | cx, | |||
int | cy | |||
) |
Definition at line 1316 of file SizingControlBar.cpp.
References GetSizingControlBar(), and CSizingControlBar::m_szFloat.
void CSCBMiniDockFrameWnd::OnWindowPosChanging | ( | WINDOWPOS FAR * | lpwndpos | ) |