MCPcopy 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
1072void
1073TableView::setTableModel(TableModel* model)
1074{
1075 _imp->model = model;
1076 setModel(model);
1077}
1078
1079void
1080TableView::setRowCount(int rows)

Callers 6

ProgressPanelMethod · 0.80
createWidgetMethod · 0.80
TrackerPanelMethod · 0.80
QDialogFunction · 0.80
RenderStatsDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected