#include <FrameWndEx.h>
Public Member Functions | |
CMDIClientWndEx () | |
~CMDIClientWndEx () | |
CMDIClientWndEx () | |
~CMDIClientWndEx () | |
Protected Member Functions | |
CMDIFrameWndEx * | GetParentFrame () const |
afx_msg LRESULT | OnMDISetMenu (WPARAM wParam, LPARAM lParam) |
afx_msg LRESULT | OnMDIRefreshMenu (WPARAM wParam, LPARAM lParam) |
DECLARE_MESSAGE_MAP () | |
CMDIFrameWndEx * | GetParentFrame () const |
afx_msg LRESULT | OnMDISetMenu (WPARAM wParam, LPARAM lParam) |
afx_msg LRESULT | OnMDIRefreshMenu (WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
HMENU | m_hWindowMenu |
Private Member Functions | |
DECLARE_DYNCREATE (CMDIClientWndEx) |
Definition at line 107 of file FrameWndEx.h.
CMDIClientWndEx::CMDIClientWndEx | ( | ) |
Definition at line 110 of file FrameWndEx.cpp.
CMDIClientWndEx::~CMDIClientWndEx | ( | ) |
Definition at line 114 of file FrameWndEx.cpp.
CMDIClientWndEx::CMDIClientWndEx | ( | ) |
CMDIClientWndEx::~CMDIClientWndEx | ( | ) |
CMDIClientWndEx::DECLARE_DYNCREATE | ( | CMDIClientWndEx | ) | [private] |
CMDIClientWndEx::DECLARE_MESSAGE_MAP | ( | ) | [protected] |
CMDIFrameWndEx* CMDIClientWndEx::GetParentFrame | ( | ) | const [protected] |
CMDIFrameWndEx * CMDIClientWndEx::GetParentFrame | ( | ) | const [protected] |
Definition at line 121 of file FrameWndEx.cpp.
afx_msg LRESULT CMDIClientWndEx::OnMDIRefreshMenu | ( | WPARAM | wParam, | |
LPARAM | lParam | |||
) | [protected] |
LRESULT CMDIClientWndEx::OnMDIRefreshMenu | ( | WPARAM | wParam, | |
LPARAM | lParam | |||
) | [protected] |
Definition at line 150 of file FrameWndEx.cpp.
References CWinAppEx::GetInstance(), m_hWindowMenu, CWinAppEx::RemoveMenuIcon(), and CWinAppEx::ReplaceMenuIcon().
afx_msg LRESULT CMDIClientWndEx::OnMDISetMenu | ( | WPARAM | wParam, | |
LPARAM | lParam | |||
) | [protected] |
LRESULT CMDIClientWndEx::OnMDISetMenu | ( | WPARAM | wParam, | |
LPARAM | lParam | |||
) | [protected] |
Definition at line 136 of file FrameWndEx.cpp.
References CFrameWndBase< TBase >::m_bInPlace, CFrameWndBase< TBase >::m_wndMenuBar, CMenuBar::SetMenu(), and VERIFY.
HMENU CMDIClientWndEx::m_hWindowMenu [protected] |