#include <ZWnd.h>
|  | 
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) | 
|  | 
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) | 
|  | 
| afx_msg void | OnDestroy () | 
|  | 
| afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) | 
|  | 
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) | 
|  | 
| afx_msg void | OnMButtonDown (UINT nFlags, CPoint point) | 
|  | 
| afx_msg void | OnRButtonDown (UINT nFlags, CPoint point) | 
|  | 
| afx_msg void | OnPaint () | 
|  | 
| afx_msg void | OnGetMinMaxInfo (MINMAXINFO FAR *lpMMI) | 
|  | 
| afx_msg void | OnMouseMove (UINT nFlags, CPoint point) | 
|  | 
| afx_msg void | OnSize (UINT nType, int cx, int cy) | 
|  | 
| afx_msg void | OnNcCalcSize (BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR *lpncsp) | 
|  | 
| afx_msg void | OnKillFocus (CWnd *pNewWnd) | 
|  | 
| afx_msg void | OnSetFocus (CWnd *pOldWnd) | 
|  | 
| afx_msg void | OnClose () | 
|  | 
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) | 
|  | 
| afx_msg void | OnMButtonUp (UINT nFlags, CPoint point) | 
|  | 
| afx_msg void | OnRButtonUp (UINT nFlags, CPoint point) | 
|  | 
| afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) | 
|  | 
Definition at line 42 of file ZWnd.h.
 
  
  | 
        
          | CZWnd::DECLARE_DYNCREATE | ( | CZWnd |  | ) |  |  | private | 
 
 
  
  | 
        
          | int CZWnd::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnDestroy | ( |  | ) |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnGetMinMaxInfo | ( | MINMAXINFO FAR * | lpMMI | ) |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnKillFocus | ( | CWnd * | pNewWnd | ) |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnLButtonDown | ( | UINT | nFlags, |  
          |  |  | CPoint | point |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnLButtonUp | ( | UINT | nFlags, |  
          |  |  | CPoint | point |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnMButtonDown | ( | UINT | nFlags, |  
          |  |  | CPoint | point |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnMButtonUp | ( | UINT | nFlags, |  
          |  |  | CPoint | point |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnMouseMove | ( | UINT | nFlags, |  
          |  |  | CPoint | point |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnNcCalcSize | ( | BOOL | bCalcValidRects, |  
          |  |  | NCCALCSIZE_PARAMS FAR * | lpncsp |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnRButtonDown | ( | UINT | nFlags, |  
          |  |  | CPoint | point |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnRButtonUp | ( | UINT | nFlags, |  
          |  |  | CPoint | point |  
          |  | ) |  |  |  | protected | 
 
 
  
  | 
        
          | void CZWnd::OnSetFocus | ( | CWnd * | pOldWnd | ) |  |  | protected | 
 
 
  
  | 
        
          | BOOL CZWnd::PreCreateWindow | ( | CREATESTRUCT & | cs | ) |  |  | protectedvirtual | 
 
 
The documentation for this class was generated from the following files: