Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getParentItem
Method
getParentItem
Engine/FileSystemModel.cpp:336–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
FileSystemItemPtr
337
FileSystemItem::getParentItem() const
338
{
339
return _imp->parent.lock();
340
}
341
342
const QString&
343
FileSystemItem::absoluteFilePath() const
Callers
3
FileSystemItemPrivate
Method · 0.45
parent
Method · 0.45
onWatchedDirectoryChanged
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected