#include <CtrlRichTaskBox.h>
Inheritance diagram for CRichTaskBox:
Public Member Functions | |
CRichTaskBox () | |
virtual | ~CRichTaskBox () |
CRichViewCtrl & | GetView () const |
void | SetDocument (CRichDocument *pDocument) |
void | Update () |
virtual BOOL | Create (CTaskPanel *pPanel, LPCTSTR pszCaption=NULL, UINT nIDIcon=0) |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
Protected Attributes | |
CRichViewCtrl | m_wndView |
int | m_nWidth |
CRichDocument * | m_pDocument |
|
Definition at line 46 of file CtrlRichTaskBox.cpp. References NULL. |
|
Definition at line 52 of file CtrlRichTaskBox.cpp. References m_pDocument. |
|
Definition at line 60 of file CtrlRichTaskBox.cpp. References CTaskBox::Create(). Referenced by CHomePanel::OnCreate(). |
|
Definition at line 47 of file CtrlRichTaskBox.h. References m_wndView. Referenced by CHomeTorrentsBox::Setup(), CHomeDownloadsBox::Setup(), CHomeLibraryBox::Update(), and CHomeDownloadsBox::Update(). |
|
Reimplemented in CHomeDownloadsBox, and CHomeLibraryBox. Definition at line 65 of file CtrlRichTaskBox.cpp. References CRichViewCtrl::Create(), CTaskBox::GetPanel(), and m_wndView. Referenced by CHomeLibraryBox::OnCreate(), and CHomeDownloadsBox::OnCreate(). |
|
Reimplemented in CHomeDownloadsBox, and CHomeLibraryBox. Definition at line 77 of file CtrlRichTaskBox.cpp. References CRichViewCtrl::FullHeightMove(), m_nWidth, m_wndView, and CTaskBox::SetSize(). |
|
Definition at line 88 of file CtrlRichTaskBox.cpp. References m_wndView, CRichViewCtrl::SetDocument(), and Update(). Referenced by CHomeConnectionBox::Setup(), CHomeUploadsBox::Setup(), and CHomeLibraryBox::Setup(). |
|
Reimplemented in CHomeDownloadsBox, CHomeLibraryBox, CHomeUploadsBox, CHomeConnectionBox, and CHomeTorrentsBox. Definition at line 94 of file CtrlRichTaskBox.cpp. References CRichViewCtrl::FullHeightMove(), CRichViewCtrl::IsModified(), m_nWidth, m_wndView, and CTaskBox::SetSize(). Referenced by SetDocument(), CHomeTorrentsBox::Update(), CHomeConnectionBox::Update(), and CHomeUploadsBox::Update(). |
|
Definition at line 42 of file CtrlRichTaskBox.h. Referenced by OnSize(), CHomeLibraryBox::OnSize(), CHomeDownloadsBox::OnSize(), Update(), CHomeLibraryBox::Update(), and CHomeDownloadsBox::Update(). |
|
|
Definition at line 41 of file CtrlRichTaskBox.h. Referenced by GetView(), OnCreate(), CHomeLibraryBox::OnPaint(), CHomeDownloadsBox::OnPaint(), OnSize(), CHomeLibraryBox::OnSize(), CHomeDownloadsBox::OnSize(), SetDocument(), Update(), CHomeLibraryBox::Update(), and CHomeDownloadsBox::Update(). |