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

Method getDesktopLibrary

trunk/win/Source/BT_LibraryManager.cpp:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453QSharedPointer<Library> LibraryManager::getDesktopLibrary() const
454{
455 return getLibraryByKey(QString_NT("def_%1").arg(_desktopLibraryName));
456}
457
458QList< QSharedPointer<Library> > LibraryManager::getFolderLibraries()
459{

Callers 5

initMethod · 0.80
ParseCommandLineMethod · 0.80
Key_ReloadSceneFunction · 0.80
SwitchToLibraryFunction · 0.80
RemoveLibraryFunction · 0.80

Calls 1

argMethod · 0.45

Tested by

no test coverage detected