#include <DlgGraphItem.h>
Inheritance diagram for CGraphItemDlg:
Public Types | |
enum | { IDD = IDD_GRAPH_ITEM } |
Public Member Functions | |
CGraphItemDlg (CWnd *pParent=NULL, CGraphItem *pItem=NULL) | |
Public Attributes | |
CButton | m_wndOK |
CEdit | m_wndUnits |
CComboBox | m_wndSource |
CButton | m_wndRemove |
CComboBox | m_wndParam |
CStatic | m_wndColourBox |
CGraphItem * | m_pItem |
COLORREF | m_crColour |
CImageList | m_gdiImageList |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual void | OnOK () |
afx_msg void | OnSelChangeGraphSource () |
afx_msg void | OnGraphColour () |
afx_msg void | OnPaint () |
afx_msg void | OnMeasureItem (int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct) |
afx_msg void | OnDrawItem (int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct) |
|
Definition at line 41 of file DlgGraphItem.h. |
|
Definition at line 49 of file DlgGraphItem.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 56 of file DlgGraphItem.cpp. References CSkinDialog::DoDataExchange(), IDC_GRAPH_COLOUR_BOX, IDC_GRAPH_PARAM, IDC_GRAPH_REMOVE, IDC_GRAPH_SOURCE, IDC_GRAPH_UNITS, m_wndColourBox, m_wndOK, m_wndParam, m_wndRemove, m_wndSource, and m_wndUnits. |
|
Definition at line 106 of file DlgGraphItem.cpp. References CShareazaApp::m_gdiFont, m_gdiImageList, m_wndSource, and theApp. |
|
Definition at line 171 of file DlgGraphItem.cpp. References m_crColour. |
|
Reimplemented from CSkinDialog. Definition at line 72 of file DlgGraphItem.cpp. References IDR_TRAFFICFRAME, CSkin::LoadString(), m_crColour, m_gdiImageList, CGraphItem::m_nCode, CGraphItem::m_nColour, GRAPHITEM::m_nStringID, m_pItem, CGraphItem::m_pItemDesc, m_wndSource, CSkinDialog::OnInitDialog(), OnSelChangeGraphSource(), Skin, CSkinDialog::SkinMe(), and theApp. |
|
Definition at line 100 of file DlgGraphItem.cpp. |
|
Definition at line 196 of file DlgGraphItem.cpp. References m_crColour, GRAPHITEM::m_nCode, CGraphItem::m_nColour, m_pItem, m_wndSource, and CGraphItem::SetCode(). |
|
Definition at line 182 of file DlgGraphItem.cpp. References m_crColour, and m_wndColourBox. |
|
Definition at line 144 of file DlgGraphItem.cpp. References CSettings::General, GRAPHITEM::m_nUnits, m_wndOK, m_wndSource, m_wndUnits, CSettings::sGeneral::RatesInBytes, and Settings. Referenced by OnInitDialog(). |
|
Definition at line 51 of file DlgGraphItem.h. Referenced by OnGraphColour(), OnInitDialog(), OnOK(), and OnPaint(). |
|
Definition at line 52 of file DlgGraphItem.h. Referenced by OnDrawItem(), and OnInitDialog(). |
|
Definition at line 50 of file DlgGraphItem.h. Referenced by CGraphListDlg::OnGraphAdd(), CGraphListDlg::OnGraphEdit(), OnInitDialog(), and OnOK(). |
|
Definition at line 47 of file DlgGraphItem.h. Referenced by DoDataExchange(), and OnPaint(). |
|
Definition at line 42 of file DlgGraphItem.h. Referenced by DoDataExchange(), and OnSelChangeGraphSource(). |
|
Definition at line 46 of file DlgGraphItem.h. Referenced by DoDataExchange(). |
|
Definition at line 45 of file DlgGraphItem.h. Referenced by DoDataExchange(). |
|
Definition at line 44 of file DlgGraphItem.h. Referenced by DoDataExchange(), OnDrawItem(), OnInitDialog(), OnOK(), and OnSelChangeGraphSource(). |
|
Definition at line 43 of file DlgGraphItem.h. Referenced by DoDataExchange(), and OnSelChangeGraphSource(). |