#include <CBNETDockableDialog.h>
Public Member Functions | |
CBNETDockableDialog (UINT nID, TCHAR *pTitle=_T(""), bool bResizeable=true, int iDefaultWidth=400, int iDefaultHeight=200) | |
![]() | |
CBDockableDialog (UINT nID, TCHAR *pTitle) | |
CBDockableDialog () | |
virtual | ~CBDockableDialog () |
virtual StatusInt | Create () |
virtual BOOL | GetDockedExtent (int iDockPosition, int *pExtentFlag, Point2d *pDockExtent) |
virtual BOOL | OnDialogUpdate (DialogMessage *dmP) |
![]() | |
CBModelessDialog (UINT nID, CWnd *pParent=NULL) | |
virtual | ~CBModelessDialog () |
virtual void | OnEscapeKey (LPMSG) |
virtual void | OnFunctionKey (LPMSG) |
virtual BOOL | OnDialogResize (DialogMessage *dmP) |
virtual BOOL | Update () |
virtual BOOL | OnDialogFocusIn (DialogMessage *dmP) |
virtual BOOL | OnDialogFocusOut (DialogMessage *dmP) |
virtual BOOL | OnDialogDestroy (DialogMessage *dmP) |
virtual BOOL | DialogHook (DialogMessage *dmP) |
void | SetMsgProcHook (bool bSet) |
HHOOK | GetMsgProcHook () |
HWND | GetParentHandle () |
MSWindowP | GetParentWindow () |
UINT | GetDialogId () |
UINT | GetSignature () |
CBModelessFrame * | GetModelessFrame () |
void | SetHelpInfo (UINT helpInfo) |
Protected Member Functions | |
virtual BOOL | OnInitDialog () |
![]() | |
afx_msg void | OnDestroy () |
![]() | |
afx_msg void | OnDestroy () |
afx_msg int | OnMouseActivate (CWnd *pDesktopWnd, UINT nHitTest, UINT message) |
afx_msg void | OnMouseMove (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnMButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnMButtonUp (UINT nFlags, CPoint point) |
Additional Inherited Members | |
![]() | |
HHOOK | m_hHook |
![]() | |
bool | m_bResizeable |
![]() | |
CBModelessFrame * | m_pModelessFrame |
MSWindowP | m_pParent |
HWND | m_hParent |
UINT | m_nID |
CBNETDockableDialog | ( | UINT | nID, |
TCHAR * | pTitle = _T("") , |
||
bool | bResizeable = true , |
||
int | iDefaultWidth = 400 , |
||
int | iDefaultHeight = 200 |
||
) |
|
protectedvirtual |
Reimplemented from CBDockableDialog.