#include <CtrlSearchDetailPanel.h>
Public Member Functions | |
Review (GGUID *pGUID, IN_ADDR *pAddress, LPCTSTR pszNick, int nRating, LPCTSTR pszComments) | |
virtual | ~Review () |
void | Layout (CSearchDetailPanel *pParent, CRect *pRect) |
void | Reposition (int nScroll) |
void | Paint (CDC *pDC, int nScroll) |
Public Attributes | |
GGUID | m_pGUID |
CString | m_sNick |
int | m_nRating |
CRichDocument | m_pComments |
CRichViewCtrl | m_wndComments |
CRect | m_rc |
|
Definition at line 693 of file CtrlSearchDetailPanel.cpp. References Emoticons, CEmoticons::FormatText(), m_nRating, m_pComments, m_pGUID, m_sNick, CRichDocument::m_szMargin, and NULL. |
|
Definition at line 715 of file CtrlSearchDetailPanel.cpp. References m_wndComments, and NULL. |
|
Definition at line 720 of file CtrlSearchDetailPanel.cpp. References CRichViewCtrl::Create(), CRichViewCtrl::FullHeightMove(), CRichDocument::GetCount(), IDC_REVIEW_VIEW, m_pComments, m_rc, m_wndComments, NULL, CRichViewCtrl::SetDocument(), and CRichViewCtrl::SetSelectable(). Referenced by CSearchDetailPanel::OnSize(). |
|
Definition at line 753 of file CtrlSearchDetailPanel.cpp. References CoolInterface, CShellIcons::Draw(), CSearchDetailPanel::DrawText(), CRichDocument::GetCount(), IDS_SEARCH_DETAILS_RATES, IDS_SEARCH_DETAILS_WRITES, LoadString(), CCoolInterface::m_crMargin, CCoolInterface::m_crWindow, m_nRating, m_pComments, m_rc, m_sNick, ShellIcons, SHI_FAKE, and SHI_STAR. Referenced by CSearchDetailPanel::OnPaint(). |
|
Definition at line 744 of file CtrlSearchDetailPanel.cpp. References m_rc, m_wndComments, and NULL. Referenced by CSearchDetailPanel::OnVScroll(). |
|
Definition at line 75 of file CtrlSearchDetailPanel.h. |
|
Definition at line 76 of file CtrlSearchDetailPanel.h. |
|
Definition at line 73 of file CtrlSearchDetailPanel.h. Referenced by Review(). |
|
Definition at line 78 of file CtrlSearchDetailPanel.h. Referenced by Layout(), Paint(), and Reposition(). |
|
Definition at line 74 of file CtrlSearchDetailPanel.h. |
|
Definition at line 77 of file CtrlSearchDetailPanel.h. Referenced by Layout(), Reposition(), and ~Review(). |