Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ isDir
Method
isDir
Engine/FileSystemModel.cpp:330–334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
bool
331
FileSystemItem::isDir() const
332
{
333
return _imp->isDir;
334
}
335
336
FileSystemItemPtr
337
FileSystemItem::getParentItem() const
Callers
12
traverse
Function · 0.80
main
Function · 0.80
addChild
Method · 0.80
gatheringKernel
Method · 0.80
findBackups
Function · 0.80
Q_FOREACH
Function · 0.80
onSelectionChanged
Method · 0.80
enterDirectory
Method · 0.80
paint
Method · 0.80
doubleClickOpen
Method · 0.80
addUrls
Method · 0.80
canDrop
Method · 0.80
Calls
2
isValid
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected