#include <CtrlLibraryPanel.h>
Inheritance diagram for CLibraryPanel:
Public Member Functions | |
CLibraryPanel () | |
virtual | ~CLibraryPanel () |
virtual BOOL | CheckAvailable (CLibraryTreeItem *pFolders, CLibraryList *pObjects) |
virtual void | Update () |
virtual BOOL | Create (CWnd *pParentWnd) |
Public Attributes | |
BOOL | m_bAvailable |
Protected Member Functions | |
CLibraryTreeItem * | GetFolderSelection () |
CLibraryList * | GetViewSelection () |
|
Definition at line 46 of file CtrlLibraryPanel.cpp. |
|
Definition at line 51 of file CtrlLibraryPanel.cpp. |
|
Reimplemented in CLibraryHistoryPanel, and CLibraryMetaPanel. Definition at line 64 of file CtrlLibraryPanel.cpp. References m_bAvailable. Referenced by CLibraryFrame::UpdatePanel(). |
|
Definition at line 58 of file CtrlLibraryPanel.cpp. References IDC_LIBRARY_PANEL, and NULL. |
|
Definition at line 76 of file CtrlLibraryPanel.cpp. References CLibraryFrame::GetFolderSelection(). |
|
Definition at line 83 of file CtrlLibraryPanel.cpp. References CLibraryFrame::GetViewSelection(). Referenced by CLibraryMetaPanel::OnLButtonUp(), and CLibraryMetaPanel::Update(). |
|
Reimplemented in CLibraryHistoryPanel, and CLibraryMetaPanel. Definition at line 69 of file CtrlLibraryPanel.cpp. |
|
Definition at line 41 of file CtrlLibraryPanel.h. Referenced by CheckAvailable(), CLibraryMetaPanel::CheckAvailable(), CLibraryHistoryPanel::CheckAvailable(), and CLibraryFrame::UpdatePanel(). |