Searched refs:CStatisticsDlg (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatisticsDlg.cpp53 // CStatisticsDlg panel
55 const wxColour& CStatisticsDlg::getColors(unsigned num)
62 CStatisticsDlg::CStatisticsDlg(wxWindow* pParent, CStatistics* stats)
81 CStatisticsDlg::~CStatisticsDlg()
86 void CStatisticsDlg::Init()
93 void CStatisticsDlg::InitGraphs()
112 wxColour CStatisticsDlg::acrStat[cntStatColors] =
120 void CStatisticsDlg
[all...]
H A DStatisticsDlg.h45 // CStatisticsDlg panel
47 class CStatisticsDlg : public wxPanel class in inherits:wxPanel
53 CStatisticsDlg(wxWindow* pParent, CStatistics* stats);
54 ~CStatisticsDlg();
H A DKadDlg.cpp110 m_kad_scope->SetBackgroundColor(CStatisticsDlg::getColors(0));
111 m_kad_scope->SetGridColor(CStatisticsDlg::getColors(1));
114 m_kad_scope->SetPlotColor(CStatisticsDlg::getColors(12 + i), aTrend[i]);
117 ctrl->SetBackgroundBrushColour(CMuleColour(CStatisticsDlg::getColors(12 + i)));
H A DamuleDlg.h50 class CStatisticsDlg;
196 CStatisticsDlg* m_statisticswnd;
H A DOScopeCtrl.h49 friend class CStatisticsDlg;
H A DStatistics.h217 friend class CStatisticsDlg; // to access CStatistics::GetTreeRoot()
514 friend class CStatisticsDlg; // to access CStatistics::GetTreeRoot()
H A DPrefsUnifiedDlg.cpp407 thePrefs::s_colors[i] = CMuleColour(CStatisticsDlg::acrStat[i]).GetULong();
408 thePrefs::s_colors_ref[i] = CMuleColour(CStatisticsDlg::acrStat[i]).GetULong();
544 CStatisticsDlg::acrStat[i] = thePrefs::s_colors[i];
H A DMuleTrayIcon.cpp45 #include "StatisticsDlg.h" // Needed for CStatisticsDlg::getColors()
244 IconWithSpeed.SetBrush(*(wxTheBrushList->FindOrCreateBrush(CStatisticsDlg::getColors(11))));
H A DamuleDlg.cpp72 #include "StatisticsDlg.h" // Needed for CStatisticsDlg
254 m_statisticswnd = new CStatisticsDlg(p_cnt, theApp->m_statistics);
H A DPreferences.cpp1262 // Colors have been moved from global prefs to CStatisticsDlg
1265 s_MiscList.push_back( new Cfg_Colour( str, CStatisticsDlg::acrStat[i] ) );

Completed in 89 milliseconds