MCPcopy 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
1048void
1049TableView::setTableModel(TableModel* model)
1050{
1051 _imp->model = model;
1052 setModel(model);
1053}
1054
1055void
1056TableView::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