Public Member Functions | Protected Member Functions | List of all members
CBModelessFrame Class Reference

#include <CBModelessFrame.h>

Inheritance diagram for CBModelessFrame:

Public Member Functions

 CBModelessFrame (UINT nID, const _TCHAR *title, bool bResizeable, int iDefaultWidth, int iDefaultHeight, CBModelessDialog *pChildBox)
 
virtual ~CBModelessFrame ()
 
void OnEscapeKey (LPMSG)
 
void OnFunctionKey (LPMSG)
 
MSWindowP GetMSWindow ()
 

Protected Member Functions

afx_msg void OnSize (UINT nType, int cx, int cy)
 
afx_msg void OnSizing (UINT fwSide, LPRECT pRect)
 
afx_msg void OnSetFocus (CWnd *pOldWnd)
 
afx_msg int OnMouseActivate (CWnd *pDesktopWnd, UINT nHitTest, UINT message)
 
afx_msg void OnDestroy ()
 
afx_msg void OnMouseMove (UINT nFlags, CPoint point)
 
afx_msg void OnSysCommand (UINT nID, LPARAM)
 
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)
 

Constructor & Destructor Documentation

CBModelessFrame ( UINT  nID,
const _TCHAR *  title,
bool  bResizeable,
int  iDefaultWidth,
int  iDefaultHeight,
CBModelessDialog pChildBox 
)
virtual ~CBModelessFrame ( )
virtual

Member Function Documentation

MSWindowP GetMSWindow ( )
afx_msg void OnDestroy ( )
protected
void OnEscapeKey ( LPMSG  )
void OnFunctionKey ( LPMSG  )
afx_msg void OnLButtonDown ( UINT  nFlags,
CPoint  point 
)
protected
afx_msg void OnLButtonUp ( UINT  nFlags,
CPoint  point 
)
protected
afx_msg void OnMButtonDown ( UINT  nFlags,
CPoint  point 
)
protected
afx_msg void OnMButtonUp ( UINT  nFlags,
CPoint  point 
)
protected
afx_msg int OnMouseActivate ( CWnd *  pDesktopWnd,
UINT  nHitTest,
UINT  message 
)
protected
afx_msg void OnMouseMove ( UINT  nFlags,
CPoint  point 
)
protected
afx_msg void OnRButtonDown ( UINT  nFlags,
CPoint  point 
)
protected
afx_msg void OnRButtonUp ( UINT  nFlags,
CPoint  point 
)
protected
afx_msg void OnSetFocus ( CWnd *  pOldWnd)
protected
afx_msg void OnSize ( UINT  nType,
int  cx,
int  cy 
)
protected
afx_msg void OnSizing ( UINT  fwSide,
LPRECT  pRect 
)
protected
afx_msg void OnSysCommand ( UINT  nID,
LPARAM   
)
protected

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

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