#include <WndChat.h>
Inheritance diagram for CChatWnd:
Public Member Functions | |
CChatWnd (CChatFrame *pFrame) | |
virtual | ~CChatWnd () |
virtual BOOL | OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
virtual void | OnSkinChange () |
Public Attributes | |
CChatFrame * | m_pFrame |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnDestroy () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnTimer (UINT nIDEvent) |
|
Definition at line 49 of file WndChat.cpp. References IDR_CHATFRAME. |
|
Definition at line 56 of file WndChat.cpp. |
|
Reimplemented from CChildWnd. Definition at line 101 of file WndChat.cpp. References m_pFrame, NULL, and CChildWnd::OnCmdMsg(). |
|
Reimplemented from CChildWnd. Definition at line 63 of file WndChat.cpp. References CChildWnd::LoadState(), m_pFrame, CChildWnd::OnCreate(), and CChildWnd::SetAlert(). |
|
Reimplemented from CChildWnd. Definition at line 82 of file WndChat.cpp. References m_pFrame, NULL, CChildWnd::OnDestroy(), and CChildWnd::SaveState(). |
|
Reimplemented from CChildWnd. Definition at line 111 of file WndChat.cpp. References m_pFrame, NULL, and CChildWnd::OnSize(). |
|
Reimplemented from CChildWnd. Definition at line 95 of file WndChat.cpp. References m_pFrame, NULL, CChatFrame::OnSkinChange(), and CChildWnd::OnSkinChange(). |
|
Definition at line 121 of file WndChat.cpp. References IDR_CHATFRAME, CChildWnd::IsActive(), LoadString(), m_pFrame, and NULL. |
|
Definition at line 43 of file WndChat.h. Referenced by OnCmdMsg(), OnCreate(), OnDestroy(), OnSize(), OnSkinChange(), OnTimer(), and CChatFrame::SetDesktopMode(). |