#include <MainFrm.h>
Public Member Functions | |
void | FileOpened () |
CDX10Splitter * | getViewportSplitter () |
virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
virtual BOOL | OnCreateClient (LPCREATESTRUCT lpcs, CCreateContext *pContext) |
virtual | ~CMainFrame () |
CInfoPannel * | getInfoPannelWindow () |
Protected Member Functions | |
CMainFrame () | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
Protected Attributes | |
CStatusBar | m_wndStatusBar |
CDX10ParentSplitter | m_mainSplitter |
CDX10Splitter | m_viewportSplitter |
Private Attributes | |
bool | m_initSplitters |
Core * | core [4] |
CMainFrame::CMainFrame | ( | ) | [protected] |
CMainFrame::~CMainFrame | ( | ) | [virtual] |
void CMainFrame::FileOpened | ( | ) |
Callback when a document is opened.
CInfoPannel * CMainFrame::getInfoPannelWindow | ( | ) |
Get a pointer to the info pannel dialog window
CDX10Splitter* CMainFrame::getViewportSplitter | ( | ) | [inline] |
Getter function for the viewport Splitter
int CMainFrame::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
BOOL CMainFrame::OnCreateClient | ( | LPCREATESTRUCT | lpcs, | |
CCreateContext * | pContext | |||
) | [virtual] |
Create splitter windows and instantiate dialog and DX10 window panes
lpcs | ||
pContext |
void CMainFrame::OnSize | ( | UINT | nType, | |
int | cx, | |||
int | cy | |||
) | [protected] |
BOOL CMainFrame::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [virtual] |
Core* CMainFrame::core[4] [private] |
bool CMainFrame::m_initSplitters [private] |
CDX10ParentSplitter CMainFrame::m_mainSplitter [protected] |
CDX10Splitter CMainFrame::m_viewportSplitter [protected] |
CStatusBar CMainFrame::m_wndStatusBar [protected] |