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

Method addChild

Engine/FileSystemModel.cpp:350–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void
351FileSystemItem::addChild(const boost::shared_ptr<FileSystemItem>& child)
352{
353 QMutexLocker l(&_imp->childrenMutex);
354
355 _imp->children.push_back(child);
356}
357
358void
359FileSystemItem::addChild(const boost::shared_ptr<SequenceParsing::SequenceFromFiles>& sequence,

Callers 12

Q_FOREACHFunction · 0.80
mkPathInternalMethod · 0.80
gatheringKernelMethod · 0.80
undoMethod · 0.80
redoMethod · 0.80
createKnobNameItemFunction · 0.80
createItemForKnobMethod · 0.80
moveItemMethod · 0.80
onNodeAddedMethod · 0.80

Calls 8

isDirMethod · 0.80
registerItemMethod · 0.80
push_backMethod · 0.45
getModelMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected