Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ setTableModel
Method
setTableModel
Gui/TableModelView.cpp:1048–1053 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1046
}
1047
1048
void
1049
TableView::setTableModel(TableModel* model)
1050
{
1051
_imp->model = model;
1052
setModel(model);
1053
}
1054
1055
void
1056
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