Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ rowCount
Method
rowCount
Gui/TableModelView.cpp:642–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
int
643
TableModel::rowCount(const QModelIndex &parent) const
644
{
645
return parent.isValid() ? 0 : _imp->rowCount;
646
}
647
648
int
649
TableModel::columnCount(const QModelIndex &parent) const
Callers
1
dropEvent
Method · 0.45
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected