Home
last modified time | relevance | path

Searched refs:isDirInfo (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DDirTree.cpp148 if ( item->isDirInfo() ) in startReading()
181 if( item->isDirInfo() ) in refresh()
548 if ( child->isDirInfo() ) in moveIgnoredToAttic()
561 if ( child->isDirInfo() ) in moveIgnoredToAttic()
584 if ( ! child->isIgnored() && child->isDirInfo() ) in ignoreEmptyDirs()
621 if ( (*it)->isDirInfo() ) in unatticAll()
637 if ( child->isDirInfo() ) in recalc()
H A DDirTreeModel.cpp339 if ( ! item->isDirInfo() ) in rowCount()
424 if ( item && item->isDirInfo() ) in data()
593 if ( ! item->isDirInfo() ) in flags()
626 if ( parent->isDirInfo() ) in index()
759 if ( item->isDirInfo() ) in columnText()
922 if ( item->isDirInfo() ) in sizeColText()
1048 if ( (*it)->isDirInfo() && in newChildrenNotify()
1302 if ( sel && sel->isDirInfo() ) in refreshSelected()
H A DDirInfo.cpp822 if ( child->isDirInfo() && ! child->isDotEntry() ) in finalizeAll()
924 if ( ! (*it)->isIgnored() && (*it)->isDirInfo() ) in ignoreEmptySubDirs()
951 if ( child->isDirInfo() ) in clearTouched()
1077 if ( child->isDirInfo() ) in dropSortCache()
H A DBreadcrumbNavigator.cpp55 while ( item && ! item->isDirInfo() ) in fillBreadcrumbs()
80 if ( item->isDirInfo() ) in fillBreadcrumbs()
H A DPkgInfo.cpp148 if ( ! (*it)->isDirInfo() )
H A DHistoryButtons.cpp65 if ( item && ! item->isDirInfo() && item->parent() ) in addToHistory()
H A DFileInfo.cpp508 if ( isDirInfo() && ! isPseudoDir() ) in isCached()
638 while ( ! dir->isDirInfo() || dir->isPseudoDir() ) in filesystemCanReportBlocks()
H A DTreemapView.cpp228 if ( newRoot->isDirInfo() ) in zoomIn()
275 if ( newRoot->isDirInfo() ) in canZoomIn()
H A DDirInfo.h517 virtual bool isDirInfo() const Q_DECL_OVERRIDE in isDirInfo() function
H A DUnreadableDirsWindow.cpp155 if ( ! subtree || ! subtree->isDirInfo() ) in populateRecursive()
H A DDirTreeCache.cpp129 if ( item->isDirInfo() && ! item->isDotEntry() ) in writeItem()
774 if ( child->isDirInfo() ) in finalizeRecursive()
H A DLocateFileTypeWindow.cpp191 if ( ! item || ! item->isDirInfo() )
H A DFileInfo.h740 virtual bool isDirInfo() const { return false; } in isDirInfo() function
H A DFileDetailsView.cpp103 if ( item->isDirInfo() ) in showDetails()
127 else if ( file->isDirInfo() ) in showDetails()
H A DSelectionModel.cpp240 dir = current->isDirInfo() ? current->toDirInfo() : current->parent(); in prepareRefresh()
H A DMimeCategorizer.cpp64 if ( item->isDir() || item->isDirInfo() )
H A DPkgReader.cpp425 if ( child->isDirInfo() ) in finalizeAll()
H A DDirReadJob.cpp865 if ( child && child->isDirInfo() ) in deletingChildNotify()
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkdirinfo.h268 bool isDirInfo() const override { return true; } in isDirInfo() function
H A Dkdirtreecache.cpp100 if (item->isDirInfo() && !item->isDotEntry()) { in writeItem()
178 if(f->isDirInfo()) { in setStateRecursive()
H A Dkfileinfo.h439 virtual bool isDirInfo() const { return false; } in isDirInfo() function
H A Dkdirinfo.cpp311 if(child(i)->isDirInfo()) { in finalizeAll()