Searched refs:glob_prefs (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCatDialog.cpp54 * here on the remote client, the variable glob_prefs has two different
73 m_category = theApp->glob_prefs->GetCategory(index);
178 for (uint32 i = 0; i < theApp->glob_prefs->GetCatCount(); ++i) {
179 if (m_category == theApp->glob_prefs->GetCategory(i)) {
192 theApp->glob_prefs->CreateCategory(
200 theApp->glob_prefs->UpdateCategory(index, newname, newpath,
H A DTransferWnd.cpp97 theApp->glob_prefs->GetCategory(0)->title = GetCatTitle(thePrefs::GetAllcatFilter());
98 theApp->glob_prefs->GetCategory(0)->path = thePrefs::GetIncomingDir();
101 for ( uint32 i = 0; i < theApp->glob_prefs->GetCatCount(); i++ ) {
102 m_dlTab->AddPage( new wxPanel(m_dlTab), theApp->glob_prefs->GetCategory(i)->title );
154 uint32 nrCats = theApp->glob_prefs->GetCatCount();
197 wxString label = theApp->glob_prefs->GetCategory(i)->title;
237 if (theApp->glob_prefs->GetCatCount() >= 99) {
263 theApp->glob_prefs->RemoveCat(index);
265 if ( theApp->glob_prefs->GetCatCount() == 1 ) {
268 theApp->glob_prefs
[all...]
H A DECSpecialMuleTags.cpp36 Category_Struct *cat = theApp->glob_prefs->GetCategory(cat_index);
63 bool ret = theApp->glob_prefs->UpdateCategory(GetInt(), Name(), CPath(Path()), Comment(), Color(), Prio());
65 GetTagByName(EC_TAG_CATEGORY_PATH)->SetStringData(theApp->glob_prefs->GetCatPath(GetInt()).GetRaw());
73 bool ret = theApp->glob_prefs->CreateCategory(category, Name(), CPath(Path()), Comment(), Color(), Prio());
75 GetTagByName(EC_TAG_CATEGORY_PATH)->SetStringData(theApp->glob_prefs->GetCatPath(
76 theApp->glob_prefs->GetCatCount() - 1).GetRaw());
84 if (theApp->glob_prefs->GetCatCount() > 1) {
86 for (unsigned int i = 0; i < theApp->glob_prefs->GetCatCount(); ++i) {
284 uint32 sharedDirs = theApp->glob_prefs->shareddir_list.size();
287 dirtag.AddTag(CECTag(EC_TAG_STRING, theApp->glob_prefs
[all...]
H A DSharedFileList.cpp320 theApp->glob_prefs->ReloadSharedFolders();
343 for (unsigned int i = 1;i < theApp->glob_prefs->GetCatCount(); ++i) {
344 sharedPaths.push_back(theApp->glob_prefs->GetCatPath(i));
347 const thePrefs::PathList& shared = theApp->glob_prefs->shareddir_list;
1052 const unsigned folderCount = theApp->glob_prefs->shareddir_list.size();
1054 if (path.IsSameDir(theApp->glob_prefs->shareddir_list[i])) {
1060 for (unsigned i = 0; i < theApp->glob_prefs->GetCatCount(); ++i) {
1061 if (path.IsSameDir(theApp->glob_prefs->GetCategory(i)->path)) {
H A DGuiEvents.cpp586 AddCategory(theApp->glob_prefs->GetCategory(
587 theApp->glob_prefs->GetCatCount()-1));
608 theApp->glob_prefs->RemoveCat(cat);
609 if ( theApp->glob_prefs->GetCatCount() == 1 ) {
612 theApp->glob_prefs->SaveCats();
H A DMuleTrayIcon.cpp108 theApp->glob_prefs->SendToRemote();
134 theApp->glob_prefs->SendToRemote();
H A Damuled.cpp618 glob_prefs->GetCategory(0)->title = GetCatTitle(thePrefs::GetAllcatFilter());
619 glob_prefs->GetCategory(0)->path = thePrefs::GetIncomingDir();
H A DPrefsUnifiedDlg.cpp404 m_ShareSelector->SetSharedDirectories(&theApp->glob_prefs->shareddir_list);
539 theApp->glob_prefs->shareddir_list.clear();
540 m_ShareSelector->GetSharedDirectories(&theApp->glob_prefs->shareddir_list);
565 theApp->glob_prefs->SendToRemote();
634 theApp->glob_prefs->Save();
H A DDownloadListCtrl.cpp694 if (theApp->glob_prefs->GetCatCount() > 1) {
695 for (uint32 i = 0; i < theApp->glob_prefs->GetCatCount(); i++) {
700 theApp->glob_prefs->GetCategory(i)->title );
705 m_menu->Enable(MP_MENU_CATS, (theApp->glob_prefs->GetCatCount() > 1) );
867 dc->SetTextForeground(CMuleColour(theApp->glob_prefs->GetCatColor(file->GetCategory())) );
H A DSearchDlg.cpp628 for ( unsigned i = 1; i < theApp->glob_prefs->GetCatCount(); i++ ) {
629 c_cat->Append( theApp->glob_prefs->GetCategory( i )->title );
H A Damule.cpp196 glob_prefs = NULL;
327 delete glob_prefs;
328 glob_prefs = NULL;
405 glob_prefs = new CPreferences();
H A DSearchListCtrl.cpp629 for (unsigned i = 1; i < theApp->glob_prefs->GetCatCount(); i++) {
631 theApp->glob_prefs->GetCategory(i)->title);
657 menu.Enable(MP_MENU_CATS, (theApp->glob_prefs->GetCatCount() > 1));
H A DServerList.cpp866 uint8 url_count = theApp->glob_prefs->adresses_list.GetCount();
874 wxString URI = theApp->glob_prefs->adresses_list[current_url_index];
916 if (current_url_index < theApp->glob_prefs->adresses_list.GetCount()) {
H A Damule-remote-gui.cpp259 glob_prefs = new CPreferencesRem(m_connect);
314 glob_prefs->LoadRemote();
581 theApp->glob_prefs->AddCat(cat);
588 theApp->glob_prefs->AddCat(cat);
628 if (catTag && pathTag && catTag->GetInt() < theApp->glob_prefs->GetCatCount()) {
630 Category_Struct* cs = theApp->glob_prefs->GetCategory(cat);
H A DDownloadQueue.cpp243 } else if (!PlatformSpecific::CanFSHandleLargeFiles(theApp->glob_prefs->GetCatPath(category))) {
367 if (category < theApp->glob_prefs->GetCatCount()) {
1469 } else if (!PlatformSpecific::CanFSHandleLargeFiles(theApp->glob_prefs->GetCatPath(category))) {
H A Damule.h245 CPreferences* glob_prefs; member in class:CamuleApp
H A DThreadTasks.cpp428 targetPath = theApp->glob_prefs->GetCategory(m_category)->path;
H A Damule-remote-gui.h657 CPreferencesRem *glob_prefs; member in class:CamuleRemoteGuiApp
H A DBaseClient.cpp2844 const unsigned folderCount = theApp->glob_prefs->shareddir_list.size();
2846 foldersToSend.push_back(theApp->glob_prefs->shareddir_list[i]);
2850 for (unsigned i = 0; i < theApp->glob_prefs->GetCatCount(); ++i) {
2851 foldersToSend.push_back(theApp->glob_prefs->GetCategory(i)->path);
H A DExternalConn.cpp1610 theApp->glob_prefs->Save();
1633 response->AddTag(CECTag(EC_TAG_CATEGORY, theApp->glob_prefs->GetCatCount() - 1));
H A DPartFile.cpp432 if (m_category > theApp->glob_prefs->GetCatCount() - 1 ) {
3178 wxASSERT( cat < theApp->glob_prefs->GetCatCount() );

Completed in 230 milliseconds