Searched refs:m_category (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 DCatDialog.cpp67 m_category = NULL;
73 m_category = theApp->glob_prefs->GetCategory(index);
76 if (m_category) {
78 CastChild(IDC_TITLE, wxTextCtrl)->SetValue(m_category->title);
80 CastChild(IDC_INCOMING, wxTextCtrl)->SetValue(m_category->path.GetRaw());
81 CastChild(IDC_COMMENT, wxTextCtrl)->SetValue(m_category->comment);
82 CastChild(IDC_PRIOCOMBO,wxChoice)->SetSelection(m_category->prio);
84 m_colour = CMuleColour(m_category->color);
175 if (m_category) {
179 if (m_category
[all...]
H A DCatDialog.h82 Category_Struct* m_category; member in class:CCatDialog
H A DDownloadListCtrl.h227 uint8 m_category; member in class:CDownloadListCtrl
H A DThreadTasks.h162 uint8 m_category; member in class:CCompletionTask
H A DDownloadListCtrl.cpp172 m_category = 0;
207 if ( file->CheckShowItemInGivenCat( m_category ) ) {
260 bool show = file->CheckShowItemInGivenCat( m_category );
338 bool curVisibility = file->CheckShowItemInGivenCat( m_category );
358 m_category = newCategory;
364 return m_category;
490 ChangeCategory( m_category ); // This only updates the visibility of the clear completed button
1252 if (file->IsCompleted() && file->CheckShowItemInGivenCat(m_category)) {
H A DPartFile.h196 uint8 GetCategory() const { return m_category; }
349 uint8 m_category; member in class:CPartFile
H A DDownloadQueue.cpp287 if ((m_category != -1) && (file->GetCategory() != m_category)) {
310 int m_category; member in struct:SFindBestPF
328 visitor.m_category = oldfile->GetCategory();
335 visitor.m_category = -1;
H A DThreadTasks.cpp406 m_category(file->GetCategory()),
428 targetPath = theApp->glob_prefs->GetCategory(m_category)->path;
H A DPartFile.cpp431 m_category = newtag.GetInt();
432 if (m_category > theApp->glob_prefs->GetCatCount() - 1 ) {
433 m_category = 0;
837 CTagInt32(FT_CATEGORY, m_category).WriteTagToFile( &file ); // 10
3180 m_category = cat;
3593 m_category = cat;
3664 m_category = 0;
3856 if (m_category == cat) {
3858 m_category = 0;
3859 } else if (m_category > ca
[all...]
H A Damule-remote-gui.cpp1570 tag->FileCat(&file->m_category);

Completed in 88 milliseconds