#include <FrameWndEx.h>
Inheritance diagram for CMDIFrameWndEx:
Public Member Functions | |
CMDIFrameWndEx () | |
~CMDIFrameWndEx () | |
void | LoadBarState (LPCTSTR lpszProfileName) |
CMDIFrameWndEx () | |
~CMDIFrameWndEx () | |
Protected Member Functions | |
virtual void | DelayUpdateFrameMenu (HMENU hMenuAlt) |
virtual void | OnUpdateFrameTitle (BOOL bAddToTitle) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
DECLARE_MESSAGE_MAP () | |
virtual void | DelayUpdateFrameMenu (HMENU hMenuAlt) |
virtual void | OnUpdateFrameTitle (BOOL bAddToTitle) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnWindowList () |
Protected Attributes | |
CMDIClientWndEx | m_wndMDIClient |
Private Member Functions | |
DECLARE_DYNCREATE (CMDIFrameWndEx) | |
Private Attributes | |
friend | CMDIClientWndEx |
Definition at line 134 of file FrameWndEx.h.
CMDIFrameWndEx::CMDIFrameWndEx | ( | ) |
Definition at line 187 of file FrameWndEx.cpp.
CMDIFrameWndEx::~CMDIFrameWndEx | ( | ) |
Definition at line 191 of file FrameWndEx.cpp.
CMDIFrameWndEx::CMDIFrameWndEx | ( | ) |
CMDIFrameWndEx::~CMDIFrameWndEx | ( | ) |
CMDIFrameWndEx::DECLARE_DYNCREATE | ( | CMDIFrameWndEx | ) | [private] |
CMDIFrameWndEx::DECLARE_MESSAGE_MAP | ( | ) | [protected] |
Reimplemented in CRobotControlMainFrame.
virtual void CMDIFrameWndEx::DelayUpdateFrameMenu | ( | HMENU | hMenuAlt | ) | [protected, virtual] |
void CMDIFrameWndEx::DelayUpdateFrameMenu | ( | HMENU | hMenuAlt | ) | [protected, virtual] |
Definition at line 225 of file FrameWndEx.cpp.
References BOOL(), FALSE, CFrameWndBase< TBase >::m_bInPlace, and VERIFY.
void CMDIFrameWndEx::LoadBarState | ( | LPCTSTR | lpszProfileName | ) |
Definition at line 195 of file FrameWndEx.cpp.
Referenced by CRobotControlConfigurationManager::loadConfiguration(), and CFrame::RestoreLayout().
afx_msg int CMDIFrameWndEx::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
int CMDIFrameWndEx::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Reimplemented from CFrameWndBase< TBase >.
Reimplemented in CRobotControlMainFrame, and CFrame.
Definition at line 287 of file FrameWndEx.cpp.
References VERIFY.
Referenced by CFrame::OnCreate(), and CRobotControlMainFrame::OnCreate().
virtual void CMDIFrameWndEx::OnUpdateFrameTitle | ( | BOOL | bAddToTitle | ) | [protected, virtual] |
void CMDIFrameWndEx::OnUpdateFrameTitle | ( | BOOL | bAddToTitle | ) | [protected, virtual] |
void CMDIFrameWndEx::OnWindowList | ( | ) | [protected] |
CMDIClientWndEx [private] |
Definition at line 138 of file FrameWndEx.h.
CMDIClientWndEx CMDIFrameWndEx::m_wndMDIClient [protected] |
Definition at line 154 of file FrameWndEx.h.
Referenced by OnUpdateFrameTitle(), and OnWindowList().