#include <CBHostedDialog.h>
Public Member Functions | |
CBHostedDialog (UINT nID, MSWindowP pParent) | |
virtual | ~CBHostedDialog () |
virtual StatusInt | Create () |
virtual BOOL | OnDialogUpdate (DialogMessage *dmP) |
virtual BOOL | GetAttachPoint (Point2d *pAttachPoint) |
![]() | |
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 |
![]() | |
CBModelessFrame * | m_pModelessFrame |
MSWindowP | m_pParent |
HWND | m_hParent |
UINT | m_nID |
CBHostedDialog | ( | UINT | nID, |
MSWindowP | pParent | ||
) |
|
virtual |
|
virtual |
Reimplemented from CBModelessDialog.
|
virtual |
|
protected |
|
virtual |
Reimplemented from CBModelessDialog.
|
protectedvirtual |
Reimplemented from CBModelessDialog.