MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / select

Method select

Gui/SequenceFileDialog.cpp:1856–1864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854}
1855
1856QModelIndex
1857SequenceFileDialog::select(const QModelIndex & index)
1858{
1859 if ( index.isValid() && !_view->selectionModel()->isSelected(index) ) {
1860 _view->selectionModel()->select(index, QItemSelectionModel::Select | QItemSelectionModel::Rows);
1861 }
1862
1863 return index;
1864}
1865
1866void
1867SequenceFileDialog::doubleClickOpen(const QModelIndex & /*index*/)

Callers 15

redoMethod · 0.45
undoMethod · 0.45
autoCompleteFileNameMethod · 0.45
selectUrlMethod · 0.45
addTableRowMethod · 0.45
selectNodeMethod · 0.45
selectNodesMethod · 0.45
onCheckBoxCheckedMethod · 0.45

Calls 2

isSelectedMethod · 0.80
isValidMethod · 0.45

Tested by

no test coverage detected