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

Method columnCount

Modules/MatchPointRegistrationUI/src/QmitkMAPAlgorithmModel.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46int QmitkMAPAlgorithmModel::columnCount(const QModelIndex &parent) const
47{
48 if (parent.isValid())
49 return 0;
50
51 return 2;
52}
53
54QVariant QmitkMAPAlgorithmModel::data(const QModelIndex &index, int role) const
55{

Callers 2

streamModelToStringMethod · 0.45
StreamModelToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected