MCPcopy Create free account
hub / github.com/MrKepzie/Natron / registerItem

Method registerItem

Engine/FileSystemModel.cpp:545–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void
546FileSystemModelPrivate::registerItem(const boost::shared_ptr<FileSystemItem>& item)
547{
548 QMutexLocker k(&mappingMutex);
549
550 itemsMap[item.get()] = item;
551}
552
553void
554FileSystemModelPrivate::unregisterItem(FileSystemItem* item)

Callers 4

addChildMethod · 0.80
resetCompletlyMethod · 0.80
Q_FOREACHFunction · 0.80
mkPathInternalMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected