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

Method rowCount

Modules/MatchPointRegistrationUI/src/QmitkMAPAlgorithmModel.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36int QmitkMAPAlgorithmModel::rowCount(const QModelIndex &parent) const
37{
38 if (parent.isValid())
39 {
40 return 0;
41 }
42
43 return m_MetaProperties.size();
44}
45
46int QmitkMAPAlgorithmModel::columnCount(const QModelIndex &parent) const
47{

Callers 2

streamModelToStringMethod · 0.45
StreamModelToStringMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected