MCPcopy Create free account
hub / github.com/bumptop/BumpTop / getFolderLibraryDirectories

Method getFolderLibraryDirectories

trunk/win/Source/BT_LibraryManager.cpp:474–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474QList<QString> LibraryManager::getFolderLibraryDirectories()
475{
476 QList<QString> libDirs;
477 QList< QSharedPointer<Library> >& folderLibs = getFolderLibraries();
478 QListIterator< QSharedPointer<Library> > iter(folderLibs);
479 while (iter.hasNext())
480 {
481 const QList<QString>& dirList = iter.next()->getFolderPaths();
482 assert(dirList.size() > 0);
483 libDirs.append(dirList.front());
484 }
485 return libDirs;
486}
487
488PIDLIST_RELATIVE LibraryManager::relativePIDLFromAbsolute(IShellFolder* folder, PIDLIST_ABSOLUTE absList)
489{

Callers 2

onCloseMethod · 0.80
onSelectMethod · 0.80

Calls 7

assertClass · 0.85
hasNextMethod · 0.80
getFolderPathsMethod · 0.80
nextMethod · 0.45
sizeMethod · 0.45
appendMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected