• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:thePrefs

99 	if (thePrefs::IsGeoIPEnabled()) {
273 Create_Toolbar(thePrefs::VerticalToolbar());
297 if (thePrefs::UseTrayIcon()) {
303 if (thePrefs::GetStartMinimized()) {
313 ShowED2KLinksHandler( thePrefs::GetFED2KLH() );
364 if (thePrefs::ShowCatTabInfos()) {
432 if ( lastbutton == ID_BUTTONSEARCH && !thePrefs::GetFED2KLH() ) {
451 if ( !thePrefs::GetFED2KLH() )
564 if (thePrefs::GetNetworkED2K()) {
582 if (thePrefs::GetNetworkKademlia()) {
708 } else if (thePrefs::GetNetworkED2K()) {
727 } else if (thePrefs::GetNetworkKademlia()) {
793 m_wndToolbar->EnableTool(ID_BUTTONCONNECT, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia()) && theApp->ipfilter->IsReady());
844 if( thePrefs::ShowOverhead() )
857 if (thePrefs::GetShowRatesOnTitle()) {
859 if (thePrefs::GetShowRatesOnTitle() == 1) {
866 wxASSERT((m_wndTaskbarNotifier != NULL) == thePrefs::UseTrayIcon());
869 int percentDown = (int)ceil((kBpsDown*100) / thePrefs::GetMaxGraphDownloadRate());
905 if (thePrefs::HideOnClose() && evt.CanVeto()) {
912 if (evt.CanVeto() && thePrefs::IsConfirmExitEnabled() ) {
1043 if (m_wndTaskbarNotifier && thePrefs::DoMinToTray()) {
1097 int msGraphUpdate = thePrefs::GetTrafficOMeterInterval() * 1000;
1108 int sStatsUpdate = thePrefs::GetStatsInterval();
1120 if (thePrefs::ShowCatTabInfos() && theApp->amuledlg->m_activewnd == theApp->amuledlg->m_transferwnd) {
1123 if (thePrefs::AutoSortDownload()) {
1160 cmd = thePrefs::GetBrowser();
1207 wxString skinFileName(thePrefs::GetSkin());
1447 if (thePrefs::GetNetworkED2K()) {
1454 m_networkpages[0].page->Show(thePrefs::GetNetworkED2K());
1456 if (thePrefs::GetNetworkKademlia()) {
1460 m_networkpages[1].page->Show(thePrefs::GetNetworkKademlia());
1462 networks_notebook->Show(thePrefs::GetNetworkED2K() && thePrefs::GetNetworkKademlia());
1468 if (thePrefs::GetNetworkED2K() && thePrefs::GetNetworkKademlia()) {
1479 } else if (thePrefs::GetNetworkED2K()) {
1483 } else if (thePrefs::GetNetworkKademlia()) {
1500 m_wndToolbar->EnableTool(ID_BUTTONNETWORKS, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia()));
1501 m_wndToolbar->EnableTool(ID_BUTTONCONNECT, (thePrefs::GetNetworkED2K() || thePrefs::GetNetworkKademlia()) && theApp->ipfilter->IsReady());