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

Method rowCount

Modules/QtWidgets/src/QmitkDataStorageTreeModel.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int QmitkDataStorageTreeModel::rowCount(const QModelIndex &parent) const
89{
90 TreeItem *parentTreeItem = this->TreeItemFromIndex(parent);
91 return parentTreeItem->GetChildCount();
92}
93
94Qt::ItemFlags QmitkDataStorageTreeModel::flags(const QModelIndex &index) const
95{

Callers

nothing calls this directly

Calls 2

TreeItemFromIndexMethod · 0.95
GetChildCountMethod · 0.45

Tested by

no test coverage detected