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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A DtclUniData.c895 #define GetCategory(info) ((info) & 0x1F) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTransferWnd.cpp97 theApp->glob_prefs->GetCategory(0)->title = GetCatTitle(thePrefs::GetAllcatFilter());
98 theApp->glob_prefs->GetCategory(0)->path = thePrefs::GetIncomingDir();
102 m_dlTab->AddPage( new wxPanel(m_dlTab), theApp->glob_prefs->GetCategory(i)->title );
172 int fileCat = cur_file->GetCategory();
197 wxString label = theApp->glob_prefs->GetCategory(i)->title;
300 theApp->glob_prefs->GetCategory(0)->title = GetCatTitle( thePrefs::GetAllcatFilter() );
H A DCatDialog.cpp73 m_category = theApp->glob_prefs->GetCategory(index);
179 if (m_category == theApp->glob_prefs->GetCategory(i)) {
H A DDownloadListCtrl.h118 uint8 GetCategory() const;
H A Damuled.cpp618 glob_prefs->GetCategory(0)->title = GetCatTitle(thePrefs::GetAllcatFilter());
619 glob_prefs->GetCategory(0)->path = thePrefs::GetIncomingDir();
H A DThreadTasks.cpp406 m_category(file->GetCategory()),
428 targetPath = theApp->glob_prefs->GetCategory(m_category)->path;
H A DDownloadListCtrl.cpp362 uint8 CDownloadListCtrl::GetCategory() const function in class:CDownloadListCtrl
700 theApp->glob_prefs->GetCategory(i)->title );
866 if ( file->GetCategory() ) {
867 dc->SetTextForeground(CMuleColour(theApp->glob_prefs->GetCatColor(file->GetCategory())) );
H A DDownloadQueue.cpp287 if ((m_category != -1) && (file->GetCategory() != m_category)) {
328 visitor.m_category = oldfile->GetCategory();
1156 if ( !cat || file->GetCategory() == cat ) {
H A DPartFile.h196 uint8 GetCategory() const { return m_category; } function in class:CPartFile
H A DPreferences.h369 Category_Struct* GetCategory(size_t index);
H A DSearchDlg.cpp629 c_cat->Append( theApp->glob_prefs->GetCategory( i )->title );
H A DECSpecialCoreTags.cpp175 AddTag(EC_TAG_PARTFILE_CAT, file->GetCategory(), valuemap);
H A DGuiEvents.cpp586 AddCategory(theApp->glob_prefs->GetCategory(
H A DSearchListCtrl.cpp631 theApp->glob_prefs->GetCategory(i)->title);
H A DSharedFileList.cpp1061 if (path.IsSameDir(theApp->glob_prefs->GetCategory(i)->path)) {
H A DECSpecialMuleTags.cpp36 Category_Struct *cat = theApp->glob_prefs->GetCategory(cat_index);
H A DamuleDlg.cpp938 theApp->downloadqueue->AddLink( strlink, m_transferwnd->downloadlistctrl->GetCategory() );
H A DPreferences.cpp1638 Category_Struct* CPreferences::GetCategory(size_t index) function in class:CPreferences
H A DPartFile.cpp3788 if (inCategory > 0 && inCategory != GetCategory()) {
3797 show = GetCategory() == 0 || inCategory > 0;
H A Damule-remote-gui.cpp630 Category_Struct* cs = theApp->glob_prefs->GetCategory(cat);
H A DBaseClient.cpp2851 foldersToSend.push_back(theApp->glob_prefs->GetCategory(i)->path);

Completed in 276 milliseconds