#include <WndHelp.h>
Inheritance diagram for CHelpWnd:
Public Member Functions | |
CHelpWnd () | |
virtual | ~CHelpWnd () |
virtual void | OnSkinChange () |
virtual BOOL | OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
Public Attributes | |
CCoolBarCtrl | m_wndToolBar |
CTaskPanel | m_wndPanel |
CRichViewCtrl | m_wndView |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnDestroy () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
|
Definition at line 50 of file WndHelp.cpp. References IDR_HELPFRAME. |
|
Definition at line 55 of file WndHelp.cpp. |
|
Reimplemented from CChildWnd. Definition at line 107 of file WndHelp.cpp. References m_wndToolBar, NULL, and CChildWnd::OnCmdMsg(). |
|
Reimplemented from CPanelWnd. Definition at line 62 of file WndHelp.cpp. References CRichViewCtrl::Create(), CTaskPanel::Create(), CCoolBarCtrl::Create(), CChildWnd::LoadState(), m_wndPanel, m_wndToolBar, m_wndView, and CPanelWnd::OnCreate(). |
|
Reimplemented from CChildWnd. Definition at line 78 of file WndHelp.cpp. References CChildWnd::OnDestroy(), and CChildWnd::SaveState(). |
|
Reimplemented from CPanelWnd. Definition at line 91 of file WndHelp.cpp. References m_wndPanel, m_wndToolBar, m_wndView, NULL, CPanelWnd::OnSize(), PANEL_WIDTH, and TOOLBAR_HEIGHT. |
|
Reimplemented from CChildWnd. Definition at line 84 of file WndHelp.cpp. References CSkin::CreateToolBar(), m_wndToolBar, CChildWnd::OnSkinChange(), and Skin. |
|
Definition at line 45 of file WndHelp.h. Referenced by OnCreate(), and OnSize(). |
|
Definition at line 44 of file WndHelp.h. Referenced by OnCmdMsg(), OnCreate(), OnSize(), and OnSkinChange(). |
|
Definition at line 46 of file WndHelp.h. Referenced by OnCreate(), and OnSize(). |