MCPcopy Create free account
hub / github.com/MITK/MITK / columnCount

Method columnCount

Modules/SegmentationUI/src/QmitkMultiLabelTreeModel.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291};
292
293int QmitkMultiLabelTreeModel::columnCount(const QModelIndex& /*parent*/) const
294{
295 return 4;
296}
297
298int QmitkMultiLabelTreeModel::rowCount(const QModelIndex &parent) const
299{

Callers 3

OnLabelModifiedMethod · 0.95
SaveColumnWidthsFunction · 0.45
SetTaskListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected