#include <DlgGraphList.h>
Inheritance diagram for CGraphListDlg:
Public Types | |
enum | { IDD = IDD_GRAPH_LIST } |
Public Member Functions | |
CGraphListDlg (CWnd *pParent=NULL, CLineGraph *pGraph=NULL) | |
CLiveItem * | PrepareItem (CGraphItem *pItem) |
void | SetModified () |
Public Attributes | |
CButton | m_wndCancel |
CButton | m_wndOK |
CSpinButtonCtrl | m_wndSpeed |
CButton | m_wndRemove |
CButton | m_wndEdit |
CListCtrl | m_wndList |
DWORD | m_nSpeed |
BOOL | m_bShowGrid |
BOOL | m_bShowAxis |
BOOL | m_bShowLegend |
CString | m_sName |
CLineGraph * | m_pGraph |
CImageList | m_gdiImageList |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual void | OnOK () |
afx_msg void | OnItemChangedGraphItems (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnGraphAdd () |
afx_msg void | OnGraphEdit () |
afx_msg void | OnGraphRemove () |
afx_msg void | OnDblClkGraphItems (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnCustomDrawItems (NMHDR *pNMHDR, LRESULT *pResult) |
|
Definition at line 43 of file DlgGraphList.h. |
|
Definition at line 54 of file DlgGraphList.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 66 of file DlgGraphList.cpp. References CSkinDialog::DoDataExchange(), IDC_GRAPH_AXIS, IDC_GRAPH_EDIT, IDC_GRAPH_GRID, IDC_GRAPH_ITEMS, IDC_GRAPH_LEGEND, IDC_GRAPH_REMOVE, IDC_GRAPH_SPEED, IDC_GRAPH_SPEED_SPIN, IDC_NAME, m_bShowAxis, m_bShowGrid, m_bShowLegend, m_nSpeed, m_sName, m_wndCancel, m_wndEdit, m_wndList, m_wndOK, m_wndRemove, and m_wndSpeed. |
|
Definition at line 128 of file DlgGraphList.cpp. References m_gdiImageList, CGraphItem::m_nColour, and m_wndList. |
|
Definition at line 161 of file DlgGraphList.cpp. References OnGraphEdit(). |
|
Definition at line 167 of file DlgGraphList.cpp. References CLiveItem::Add(), CLineGraph::AddItem(), LIST_COLUMNS, m_pGraph, CGraphItemDlg::m_pItem, m_wndList, PrepareItem(), and SetModified(). |
|
Definition at line 185 of file DlgGraphList.cpp. References LIST_COLUMNS, CGraphItemDlg::m_pItem, m_wndList, PrepareItem(), SetModified(), and CLiveItem::Update(). Referenced by OnDblClkGraphItems(). |
|
Definition at line 201 of file DlgGraphList.cpp. References m_pGraph, m_wndList, CLineGraph::RemoveItem(), CLineGraph::ResetMaximum(), and SetModified(). |
|
Reimplemented from CSkinDialog. Definition at line 87 of file DlgGraphList.cpp. References CLiveItem::Add(), CLineGraph::GetItemIterator(), CLineGraph::GetNextItem(), IDB_COLOURDOT, IDR_TRAFFICFRAME, LIST_COLUMNS, CLineGraph::m_bShowAxis, m_bShowAxis, CLineGraph::m_bShowGrid, m_bShowGrid, CLineGraph::m_bShowLegend, m_bShowLegend, m_gdiImageList, CLineGraph::m_nSpeed, m_nSpeed, m_pGraph, m_wndList, m_wndSpeed, NULL, CSkinDialog::OnInitDialog(), OnItemChangedGraphItems(), PrepareItem(), and CSkinDialog::SkinMe(). |
|
Definition at line 152 of file DlgGraphList.cpp. References m_wndEdit, m_wndList, and m_wndRemove. Referenced by OnInitDialog(). |
|
Definition at line 227 of file DlgGraphList.cpp. References m_bShowAxis, CLineGraph::m_bShowAxis, m_bShowGrid, CLineGraph::m_bShowGrid, m_bShowLegend, CLineGraph::m_bShowLegend, m_nSpeed, CLineGraph::m_nSpeed, m_pGraph, and CLineGraph::ResetMaximum(). |
|
Definition at line 118 of file DlgGraphList.cpp. References LIST_COLUMNS, CLiveItem::m_nImage, and CLiveItem::Set(). Referenced by OnGraphAdd(), OnGraphEdit(), and OnInitDialog(). |
|
Definition at line 216 of file DlgGraphList.cpp. References IDS_GENERAL_CLOSE, LoadString(), m_wndCancel, and m_wndOK. Referenced by OnGraphAdd(), OnGraphEdit(), and OnGraphRemove(). |
|
Definition at line 52 of file DlgGraphList.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 51 of file DlgGraphList.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 53 of file DlgGraphList.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 58 of file DlgGraphList.h. Referenced by OnCustomDrawItems(), and OnInitDialog(). |
|
Definition at line 50 of file DlgGraphList.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 57 of file DlgGraphList.h. Referenced by OnGraphAdd(), OnGraphRemove(), OnInitDialog(), and OnOK(). |
|
Definition at line 54 of file DlgGraphList.h. Referenced by DoDataExchange(), and CTrafficWnd::OnTrafficSetup(). |
|
Definition at line 44 of file DlgGraphList.h. Referenced by DoDataExchange(), and SetModified(). |
|
Definition at line 48 of file DlgGraphList.h. Referenced by DoDataExchange(), and OnItemChangedGraphItems(). |
|
Definition at line 49 of file DlgGraphList.h. Referenced by DoDataExchange(), OnCustomDrawItems(), OnGraphAdd(), OnGraphEdit(), OnGraphRemove(), OnInitDialog(), and OnItemChangedGraphItems(). |
|
Definition at line 45 of file DlgGraphList.h. Referenced by DoDataExchange(), and SetModified(). |
|
Definition at line 47 of file DlgGraphList.h. Referenced by DoDataExchange(), and OnItemChangedGraphItems(). |
|
Definition at line 46 of file DlgGraphList.h. Referenced by DoDataExchange(), and OnInitDialog(). |