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

Method addChild

Engine/FileSystemModel.cpp:384–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void
385FileSystemItem::addChild(const FileSystemItemPtr& child)
386{
387 QMutexLocker l(&_imp->childrenMutex);
388
389 _imp->children.push_back(child);
390}
391
392void
393FileSystemItem::addChild(const SequenceParsing::SequenceFromFilesPtr& 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