Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ setTableModel
Method
setTableModel
Gui/TableModelView.cpp:1072–1077 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1070
}
1071
1072
void
1073
TableView::setTableModel(TableModel* model)
1074
{
1075
_imp->model = model;
1076
setModel(model);
1077
}
1078
1079
void
1080
TableView::setRowCount(int rows)
Callers
6
ProgressPanel
Method · 0.80
createWidget
Method · 0.80
createMultiInstanceGui
Method · 0.80
TrackerPanel
Method · 0.80
QDialog
Function · 0.80
RenderStatsDialog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected