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

Method HideColumn

Views/Qt/vtkQtTreeView.cxx:186–190  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

184
185//------------------------------------------------------------------------------
186void vtkQtTreeView::HideColumn(int i)
187{
188 this->TreeView->hideColumn(i);
189 this->HiddenColumns << i;
190}
191
192//------------------------------------------------------------------------------
193void vtkQtTreeView::ShowColumn(int i)

Callers 2

slotOpenXMLFileMethod · 0.80
slotOpenXMLFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected