Searched refs:SetRanges (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DStatisticsDlg.cpp100 pscopeDL->SetRanges(0.0, (float)(thePrefs::GetMaxGraphDownloadRate()+4));
102 pscopeUL->SetRanges(0.0, (float)(thePrefs::GetMaxGraphUploadRate()+4));
104 pscopeConn->SetRanges(0.0, (float)(thePrefs::GetStatsMax()));
231 pscopeDL->SetRanges( 0, maxValue + 4 );
233 pscopeUL->SetRanges( 0, maxValue + 4 );
H A DKadDlg.cpp72 m_kad_scope->SetRanges(0.0, thePrefs::GetStatsMax());
138 m_kad_scope->SetRanges(0.0, ((nodeCount + 49) / 50) * 50);
H A DOScopeCtrl.h56 void SetRanges(float dLower, float dUpper);
H A DOScopeCtrl.cpp134 void COScopeCtrl::SetRanges(float fLower, float fUpper) function in class:COScopeCtrl
H A DPrefsUnifiedDlg.cpp1128 theApp->amuledlg->m_statisticswnd->GetConnScope()->SetRanges(0, event.GetPosition());

Completed in 171 milliseconds