MCPcopy Create free account
hub / github.com/Kitware/VTK / SetSortSelectionToTop

Method SetSortSelectionToTop

Views/Qt/vtkQtTableView.cxx:214–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void vtkQtTableView::SetSortSelectionToTop(bool value)
215{
216 if (value != this->SortSelectionToTop)
217 {
218 this->SortSelectionToTop = value;
219 this->Modified();
220 }
221}
222
223//------------------------------------------------------------------------------
224void vtkQtTableView::SetSplitMultiComponentColumns(bool value)

Callers 2

EasyViewMethod · 0.80
CustomLinkViewMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected