#include <MainFrm.h>
Public Member Functions | |
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| virtual | ~CMainFrame () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
Public Attributes | |
| CUsefulSplitterWnd | m_mainSplitter |
| BOOL | m_bInitSplitter |
| CCreateContext * | m_pContext |
Protected Member Functions | |
| CMainFrame () | |
| virtual BOOL | OnCreateClient (LPCREATESTRUCT lpcs, CCreateContext *pContext) |
| CMainFrame::CMainFrame | ( | ) | [protected] |
| CMainFrame::~CMainFrame | ( | ) | [virtual] |
| BOOL CMainFrame::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [virtual] |
| BOOL CMainFrame::OnCreateClient | ( | LPCREATESTRUCT | lpcs, | |
| CCreateContext * | pContext | |||
| ) | [protected, virtual] |
| void CMainFrame::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) |
| CCreateContext* CMainFrame::m_pContext |
1.5.1-p1