#include <CBModelessDialog.h>
Public Member Functions | |
CBModelessDialog (UINT nID, CWnd *pParent=NULL) | |
virtual | ~CBModelessDialog () |
virtual StatusInt | Create () |
virtual void | OnEscapeKey (LPMSG) |
virtual void | OnFunctionKey (LPMSG) |
virtual BOOL | OnDialogResize (DialogMessage *dmP) |
virtual BOOL | Update () |
virtual BOOL | OnDialogUpdate (DialogMessage *dmP) |
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) |
Public Attributes | |
HHOOK | m_hHook |
Protected Member Functions | |
afx_msg void | OnDestroy () |
virtual BOOL | OnInitDialog () |
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) |
Protected Attributes | |
CBModelessFrame * | m_pModelessFrame |
MSWindowP | m_pParent |
HWND | m_hParent |
UINT | m_nID |
CBModelessDialog | ( | UINT | nID, |
CWnd * | pParent = NULL |
||
) |
|
virtual |
|
virtual |
Reimplemented in CBFramedModelessDialog, CBDockableDialog, CBHostedDialog, and CBToolSettingsDialog.
|
virtual |
UINT GetDialogId | ( | ) |
References m_nID.
CBModelessFrame* GetModelessFrame | ( | ) |
References m_pModelessFrame.
HHOOK GetMsgProcHook | ( | ) |
References m_hHook.
MSWindowP GetParentWindow | ( | ) |
References m_pParent.
UINT GetSignature | ( | ) |
|
protected |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Reimplemented in CBDockableDialog, and CBHostedDialog.
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented in CBDockableDialog, CBFramedModelessDialog, CBHostedDialog, CBToolSettingsDialog, and CBNETDockableDialog.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
void SetHelpInfo | ( | UINT | helpInfo | ) |
void SetMsgProcHook | ( | bool | bSet | ) |
|
virtual |
HHOOK m_hHook |
Referenced by GetMsgProcHook().
|
protected |
Referenced by GetParentHandle().
|
protected |
Referenced by GetDialogId().
|
protected |
Referenced by GetModelessFrame().
|
protected |
Referenced by GetParentWindow().