#include <srFrame.h>
Inheritance diagram for CFrame:
Public Member Functions | |
void | WriteLayout () |
void | RestoreLayout () |
CFrame () | |
virtual | ~CFrame () |
Public Attributes | |
CStatusBar | m_wndStatusBar |
CBar | m_wndToolBar |
CConsole | m_wndConsoleBar |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnViewConsole () |
afx_msg void | OnUpdateViewConsole (CCmdUI *pCmdUI) |
afx_msg void | OnDropDown (NMHDR *pNotifyStruct, LRESULT *pResult) |
Definition at line 7 of file srFrame.h.
CFrame::CFrame | ( | ) |
Definition at line 49 of file srFrame.cpp.
CFrame::~CFrame | ( | ) | [virtual] |
Definition at line 53 of file srFrame.cpp.
int CFrame::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Reimplemented from CMDIFrameWndEx.
Definition at line 113 of file srFrame.cpp.
References CSizableReBar::AddBar(), CWinAppEx::AddMenuIcon(), CSizingControlBar::Create(), CBar::Create(), CSizingControlBar::EnableDocking(), FALSE, CWinAppEx::GetInstance(), ID_CONSOLE, ID_DETAIL_SENSORS, ID_SIM_RESET, ID_SIM_START, ID_SIM_STEP, ID_VIEW_COLOR, ID_VIEW_COLUMN, ID_VIEW_GRID, ID_VIEW_LINE, ID_VIEW_MONO, ID_VIEW_SELECTED, ID_VIEW_STEREO, ID_VIEW_TREE, ID_WINDOW_LIST, IDB_MENU, IDR_MAINFRAME, indicators, CBar::Init(), m_wndConsoleBar, CFrameWndBase< TBase >::m_wndReBar, m_wndStatusBar, m_wndToolBar, and CMDIFrameWndEx::OnCreate().
void CFrame::OnDropDown | ( | NMHDR * | pNotifyStruct, | |
LRESULT * | pResult | |||
) | [protected] |
Definition at line 210 of file srFrame.cpp.
References ASSERT, ID_PLANE, ID_SURFACE, ID_ZOOM, IDP_PLANE, IDP_SURFACE, IDP_ZOOM, and VERIFY.
void CFrame::OnUpdateViewConsole | ( | CCmdUI * | pCmdUI | ) | [protected] |
void CFrame::OnViewConsole | ( | ) | [protected] |
void CFrame::RestoreLayout | ( | ) |
Definition at line 83 of file srFrame.cpp.
References CSizingControlBar::GlobalLoadState(), CDoc::IsRestoringLayout(), CMDIFrameWndEx::LoadBarState(), CToolBarEx::LoadState(), CSizableReBar::LoadState(), CFrameWndBase< TBase >::m_wndReBar, m_wndToolBar, CDoc::NewSection(), and CDoc::ReadInt().
void CFrame::WriteLayout | ( | ) |
Definition at line 57 of file srFrame.cpp.
References CSizingControlBar::GlobalSaveState(), CFrameWndBase< TBase >::m_wndReBar, m_wndToolBar, CDoc::NewSection(), CToolBarEx::SaveState(), CSizableReBar::SaveState(), and CDoc::WriteInt().
Referenced by CDoc::WriteLayout().
Definition at line 39 of file srFrame.h.
Referenced by OnCreate(), OnUpdateViewConsole(), and OnViewConsole().
CStatusBar CFrame::m_wndStatusBar |
Definition at line 38 of file srFrame.h.
Referenced by OnCreate(), RestoreLayout(), and WriteLayout().