#include <CtrlHomePanel.h>
Inheritance diagram for CHomeLibraryBox:
Public Member Functions | |
CHomeLibraryBox () | |
virtual | ~CHomeLibraryBox () |
void | Setup () |
void | Update () |
Item * | HitTest (const CPoint &point) const |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnPaint () |
afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
afx_msg void | OnLButtonUp (UINT nFlags, CPoint point) |
afx_msg void | OnTimer (UINT nIDEvent) |
Protected Attributes | |
CRichElement * | m_pdLibraryFiles |
CRichElement * | m_pdLibraryVolume |
CRichElement * | m_pdLibraryHashRemaining |
CPtrArray | m_pList |
CFont | m_pFont |
HCURSOR | m_hHand |
Item * | m_pHover |
Classes | |
struct | Item |
|
Definition at line 606 of file CtrlHomePanel.cpp. References CTaskBox::SetPrimary(). |
|
Definition at line 611 of file CtrlHomePanel.cpp. References m_pList. |
|
Definition at line 871 of file CtrlHomePanel.cpp. Referenced by OnLButtonUp(), and OnSetCursor(). |
|
Reimplemented from CRichTaskBox. Definition at line 622 of file CtrlHomePanel.cpp. References IDC_HAND, m_hHand, CShareazaApp::m_nDefaultFontSize, m_pFont, CShareazaApp::m_sDefaultFont, CRichTaskBox::OnCreate(), and theApp. |
|
Definition at line 922 of file CtrlHomePanel.cpp. References CFileExecutor::Execute(), HitTest(), Library, CLibrary::LookupFile(), m_pHover, CLibrary::m_pSection, and NULL. |
|
Reimplemented from CTaskBox. Definition at line 818 of file CtrlHomePanel.cpp. References CoolInterface, CShellIcons::Draw(), CCoolInterface::m_crWindow, CHomeLibraryBox::Item::m_nIcon16, m_pFont, m_pHover, m_pList, CHomeLibraryBox::Item::m_sText, CRichTaskBox::m_wndView, NULL, and ShellIcons. |
|
Reimplemented from CTaskBox. Definition at line 894 of file CtrlHomePanel.cpp. References HitTest(), m_hHand, m_pHover, NULL, and CTaskBox::OnSetCursor(). |
|
Reimplemented from CRichTaskBox. Definition at line 804 of file CtrlHomePanel.cpp. References CRichViewCtrl::FullHeightMove(), CRichTaskBox::m_nWidth, m_pList, CRichTaskBox::m_wndView, and CTaskBox::SetSize(). |
|
Reimplemented from CTaskBox. Definition at line 948 of file CtrlHomePanel.cpp. References m_pHover, NULL, and CTaskBox::OnTimer(). |
|
Definition at line 635 of file CtrlHomePanel.cpp. References CXMLElement::GetAttributeValue(), CSkin::GetDocument(), CSkin::GetWatermark(), CRichDocument::LoadXML(), m_pdLibraryFiles, m_pdLibraryHashRemaining, m_pdLibraryVolume, CRichTaskBox::m_pDocument, NULL, CTaskBox::SetCaption(), CTaskBox::SetCaptionmark(), CRichTaskBox::SetDocument(), Skin, and Update(). Referenced by CHomePanel::Setup(). |
|
|
Definition at line 109 of file CtrlHomePanel.h. Referenced by OnCreate(), and OnSetCursor(). |
|
Definition at line 103 of file CtrlHomePanel.h. |
|
Definition at line 105 of file CtrlHomePanel.h. |
|
Definition at line 104 of file CtrlHomePanel.h. |
|
Definition at line 108 of file CtrlHomePanel.h. Referenced by OnCreate(), and OnPaint(). |
|
Definition at line 119 of file CtrlHomePanel.h. Referenced by OnLButtonUp(), OnPaint(), OnSetCursor(), OnTimer(), and Update(). |
|
Definition at line 107 of file CtrlHomePanel.h. Referenced by HitTest(), OnPaint(), OnSize(), Update(), and ~CHomeLibraryBox(). |