Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
CBModalDialog Class Reference

#include <CBModalDialog.h>

Inheritance diagram for CBModalDialog:

Public Member Functions

 CBModalDialog (UINT nID, int screen=0)
 
virtual ~CBModalDialog ()
 
void SetHelpInfo (UINT helpInfo)
 
void SetMsgProcHook (bool bSet)
 
HHOOK GetMsgProcHook ()
 
void OnFunctionKey (LPMSG)
 

Public Attributes

HHOOK m_hHook
 

Protected Member Functions

virtual BOOL OnInitDialog ()
 
afx_msg void OnDestroy ()
 

Protected Attributes

UINT m_nID
 
MSWindowP m_pWindow
 

Constructor & Destructor Documentation

CBModalDialog ( UINT  nID,
int  screen = 0 
)
virtual ~CBModalDialog ( )
virtual

Member Function Documentation

HHOOK GetMsgProcHook ( )

References m_hHook.

afx_msg void OnDestroy ( )
protected
void OnFunctionKey ( LPMSG  )
virtual BOOL OnInitDialog ( )
protectedvirtual
void SetHelpInfo ( UINT  helpInfo)
void SetMsgProcHook ( bool  bSet)

Member Data Documentation

HHOOK m_hHook

Referenced by GetMsgProcHook().

UINT m_nID
protected
MSWindowP m_pWindow
protected

The documentation for this class was generated from the following file:

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.