#include <WndLibrary.h>
Inheritance diagram for CLibraryWnd:
Public Member Functions | |
CLibraryWnd () | |
virtual | ~CLibraryWnd () |
BOOL | Display (CLibraryFile *pFile) |
BOOL | Display (CAlbumFolder *pFolder) |
BOOL | OnCollection (LPCTSTR pszPath) |
virtual void | OnSkinChange () |
virtual HRESULT | GetGenericView (IGenericView **ppView) |
virtual BOOL | OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
Public Attributes | |
CLibraryFrame | m_wndFrame |
DWORD | m_tLast |
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 | OnMDIActivate (BOOL bActivate, CWnd *pActivateWnd, CWnd *pDeactivateWnd) |
afx_msg void | OnTimer (UINT nIDEvent) |
|
Definition at line 56 of file WndLibrary.cpp. References IDR_LIBRARYFRAME. |
|
Definition at line 61 of file WndLibrary.cpp. |
|
Definition at line 73 of file WndLibrary.cpp. References CLibraryFrame::Display(), and m_wndFrame. |
|
Definition at line 68 of file WndLibrary.cpp. References CLibraryFrame::Display(), and m_wndFrame. Referenced by OnCollection(). |
|
Reimplemented from CChildWnd. Definition at line 156 of file WndLibrary.cpp. References CComObject::GetInterface(), CLibraryFrame::GetViewSelection(), m_wndFrame, and NULL. |
|
Reimplemented from CChildWnd. Definition at line 100 of file WndLibrary.cpp. References m_wndFrame, CChildWnd::OnCmdMsg(), and CLibraryFrame::OnCmdMsg(). |
|
|
Reimplemented from CPanelWnd. Definition at line 81 of file WndLibrary.cpp. References CLibraryFrame::Create(), CChildWnd::LoadState(), m_tLast, m_wndFrame, and CPanelWnd::OnCreate(). |
|
Reimplemented from CChildWnd. Definition at line 94 of file WndLibrary.cpp. References CChildWnd::OnDestroy(), and CChildWnd::SaveState(). |
|
Reimplemented from CChildWnd. Definition at line 116 of file WndLibrary.cpp. References m_wndFrame, CChildWnd::OnMDIActivate(), and CLibraryFrame::Update(). |
|
Reimplemented from CPanelWnd. Definition at line 110 of file WndLibrary.cpp. References m_wndFrame, NULL, and CPanelWnd::OnSize(). |
|
Reimplemented from CChildWnd. Definition at line 147 of file WndLibrary.cpp. References m_wndFrame, CLibraryFrame::OnSkinChange(), and CChildWnd::OnSkinChange(). |
|
Definition at line 127 of file WndLibrary.cpp. References CChildWnd::IsPartiallyVisible(), m_tLast, m_wndFrame, and CLibraryFrame::Update(). |
|
Definition at line 46 of file WndLibrary.h. Referenced by OnCreate(), and OnTimer(). |
|
Definition at line 45 of file WndLibrary.h. Referenced by Display(), GetGenericView(), OnCmdMsg(), OnCreate(), OnMDIActivate(), OnSize(), OnSkinChange(), and OnTimer(). |