#include <GraphItem.h>
Public Member Functions | |
CGraphItem (DWORD nCode=0, DWORD nParam=0, COLORREF nColour=RGB(255, 255, 255)) | |
virtual | ~CGraphItem () |
void | SetCode (DWORD nCode) |
void | Clear () |
DWORD | Add (DWORD nValue) |
DWORD | GetValueAt (DWORD nPosition) const |
DWORD | GetMaximum () const |
void | SetHistory (DWORD nSize, BOOL bMax=FALSE) |
DWORD | Update () |
void | Serialize (CArchive &ar) |
void | MakeGradient (COLORREF crBack) |
Static Public Member Functions | |
static QWORD | GetValue (DWORD nCode, DWORD nParam=0) |
static GRAPHITEM * | GetItemDesc (DWORD nCode) |
Public Attributes | |
DWORD | m_nCode |
DWORD | m_nParam |
COLORREF | m_nColour |
CString | m_sName |
CPen | m_pPen [4] |
COLORREF | m_cPen [4] |
DWORD * | m_pData |
DWORD | m_nData |
DWORD | m_nLength |
DWORD | m_nPosition |
Static Public Attributes | |
static GRAPHITEM | m_pItemDesc [] |
|
Definition at line 48 of file GraphItem.cpp. References m_nCode, m_nColour, m_nData, m_nLength, m_nParam, m_nPosition, m_pData, and SetCode(). |
|
Definition at line 62 of file GraphItem.cpp. References m_pData. |
|
Definition at line 94 of file GraphItem.cpp. References m_nData, m_nLength, m_nPosition, and m_pData. Referenced by CDownloadMonitorDlg::OnTimer(), CUploadTipCtrl::OnTimer(), CNeighbourTipCtrl::OnTimer(), CDownloadTipCtrl::OnTimer(), SetHistory(), and Update(). |
|
Definition at line 85 of file GraphItem.cpp. References m_nLength, and m_nPosition. Referenced by SetCode(). |
|
Definition at line 360 of file GraphItem.cpp. References m_nCode, m_pItemDesc, and NULL. Referenced by CLineGraph::PaintGrid(), and SetCode(). |
|
Definition at line 113 of file GraphItem.cpp. References m_nData, m_nLength, m_nPosition, and m_pData. Referenced by CMonitorBarCtrl::OnTimer(), and CLineGraph::ResetMaximum(). |
|
|
Definition at line 105 of file GraphItem.cpp. References m_nData, m_nPosition, and m_pData. Referenced by CLineGraph::Paint(), CRemoteWnd::PaintHistory(), and CMonitorBarCtrl::PaintHistory(). |
|
Definition at line 189 of file GraphItem.cpp. References m_cPen, m_nColour, m_pPen, and NULL. Referenced by CLineGraph::Paint(). |
|
Definition at line 168 of file GraphItem.cpp. References m_nCode, m_nColour, m_nParam, and SetCode(). Referenced by CLineGraph::Serialize(). |
|
Definition at line 70 of file GraphItem.cpp. References Clear(), GetItemDesc(), CSkin::LoadString(), m_nCode, GRAPHITEM::m_nStringID, m_sName, and Skin. Referenced by CGraphItem(), CGraphItemDlg::OnOK(), and Serialize(). |
|
Definition at line 130 of file GraphItem.cpp. References Add(), m_nData, m_nLength, m_nPosition, m_pData, and NULL. Referenced by CMonitorBarCtrl::DoPaint(), CLineGraph::Paint(), and CRemoteWnd::PaintHistory(). |
|
Definition at line 160 of file GraphItem.cpp. References Add(), GetValue(), m_nCode, and m_nParam. Referenced by CMonitorBarCtrl::OnTimer(), and CLineGraph::Update(). |
|
Definition at line 50 of file GraphItem.h. Referenced by MakeGradient(). |
|
Definition at line 44 of file GraphItem.h. Referenced by CGraphItem(), GetItemDesc(), CGraphItemDlg::OnInitDialog(), CMonitorBarCtrl::PaintCurrent(), CRemoteWnd::PaintFlow(), CLineGraph::PaintGrid(), Serialize(), SetCode(), and Update(). |
|
Definition at line 46 of file GraphItem.h. Referenced by CGraphItem(), MakeGradient(), CGraphListDlg::OnCustomDrawItems(), CGraphItemDlg::OnInitDialog(), CGraphItemDlg::OnOK(), CNeighbourTipCtrl::OnPaint(), CMonitorBarCtrl::PaintCurrent(), CLineGraph::PaintLegend(), and Serialize(). |
|
Definition at line 53 of file GraphItem.h. Referenced by Add(), CGraphItem(), GetMaximum(), GetValueAt(), and SetHistory(). |
|
Definition at line 54 of file GraphItem.h. Referenced by Add(), CGraphItem(), Clear(), GetMaximum(), CLineGraph::Paint(), CMonitorBarCtrl::PaintCurrent(), CRemoteWnd::PaintFlow(), CRemoteWnd::PaintHistory(), CMonitorBarCtrl::PaintHistory(), and SetHistory(). |
|
Definition at line 45 of file GraphItem.h. Referenced by CGraphItem(), Serialize(), and Update(). |
|
Definition at line 55 of file GraphItem.h. Referenced by Add(), CGraphItem(), Clear(), GetMaximum(), GetValueAt(), and SetHistory(). |
|
Definition at line 52 of file GraphItem.h. Referenced by Add(), CGraphItem(), GetMaximum(), GetValueAt(), SetHistory(), and ~CGraphItem(). |
|
Definition at line 327 of file GraphItem.cpp. Referenced by GetItemDesc(), and CGraphItemDlg::OnInitDialog(). |
|
Definition at line 49 of file GraphItem.h. Referenced by MakeGradient(), and CLineGraph::Paint(). |
|
Definition at line 48 of file GraphItem.h. Referenced by CLineGraph::PaintLegend(), and SetCode(). |