#include <CtrlLibraryHistoryPanel.h>
Inheritance diagram for CLibraryHistoryPanel:

Public Member Functions | |
| CLibraryHistoryPanel () | |
| virtual | ~CLibraryHistoryPanel () |
| virtual BOOL | CheckAvailable (CLibraryTreeItem *pFolders, CLibraryList *pObjects) |
| virtual void | Update () |
Protected Member Functions | |
| void | OnClickFile (DWORD nFile) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnPaint () |
| afx_msg void | OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
| afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
| afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
| afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
| afx_msg BOOL | OnMouseWheel (UINT nFlags, short zDelta, CPoint pt) |
Protected Attributes | |
| CPtrArray | m_pList |
| Item * | m_pHover |
| int | m_nColumns |
| int | m_nScrollWheelLines |
Classes | |
| struct | Item |
|
|
Definition at line 58 of file CtrlLibraryHistoryPanel.cpp. |
|
|
Definition at line 67 of file CtrlLibraryHistoryPanel.cpp. References m_pList. |
|
||||||||||||
|
Reimplemented from CLibraryPanel. Definition at line 78 of file CtrlLibraryHistoryPanel.cpp. References CLibraryPanel::m_bAvailable, and NULL. |
|
|
Definition at line 371 of file CtrlLibraryHistoryPanel.cpp. References CLibraryFrame::Display(), Library, CLibrary::LookupFile(), and CLibrary::m_pSection. Referenced by OnLButtonUp(). |
|
||||||||||||
|
Definition at line 360 of file CtrlLibraryHistoryPanel.cpp. |
|
||||||||||||
|
Definition at line 340 of file CtrlLibraryHistoryPanel.cpp. References CLibraryHistoryPanel::Item::m_nIndex, m_pList, CLibraryHistoryPanel::Item::m_rect, and OnClickFile(). |
|
||||||||||||||||
|
Definition at line 365 of file CtrlLibraryHistoryPanel.cpp. References m_nScrollWheelLines, NULL, and OnVScroll(). |
|
|
||||||||||||||||
|
Definition at line 318 of file CtrlLibraryHistoryPanel.cpp. References IDC_HAND, m_pList, and CLibraryHistoryPanel::Item::m_rect. |
|
||||||||||||||||
|
Definition at line 163 of file CtrlLibraryHistoryPanel.cpp. References Update(). |
|
||||||||||||||||
|
Definition at line 275 of file CtrlLibraryHistoryPanel.cpp. Referenced by OnMouseWheel(). |
|
|
|
Definition at line 52 of file CtrlLibraryHistoryPanel.h. |
|
|
Definition at line 53 of file CtrlLibraryHistoryPanel.h. Referenced by OnMouseWheel(). |
|
|
Definition at line 51 of file CtrlLibraryHistoryPanel.h. Referenced by Update(). |
|
|
Definition at line 50 of file CtrlLibraryHistoryPanel.h. Referenced by OnLButtonUp(), OnPaint(), OnSetCursor(), Update(), and ~CLibraryHistoryPanel(). |
1.4.2