MCPcopy Create free account
hub / github.com/commontk/CTK / setRootIndex

Method setRootIndex

Libs/Widgets/ctkCheckableHeaderView.cpp:227–232  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

225
226//-----------------------------------------------------------------------------
227void ctkCheckableHeaderView::setRootIndex(const QModelIndex &index)
228{
229 Q_D(ctkCheckableHeaderView);
230 this->QHeaderView::setRootIndex(index);
231 d->CheckableModelHelper->setRootIndex(index);
232}
233
234//-----------------------------------------------------------------------------
235void ctkCheckableHeaderView::onHeaderDataChanged(Qt::Orientation orient,

Callers 3

createPreviewMethod · 0.45
onTopDirectoryChangedMethod · 0.45

Calls

no outgoing calls

Tested by 1