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

Method columnCount

Examples/GUI/Qt/CellGridSource/ArrayGroupModel.cxx:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85int ArrayGroupModel::columnCount(const QModelIndex& parent) const
86{
87 (void)parent;
88 return static_cast<int>(this->ColumnToArrayComponent.size());
89}
90
91QVariant ArrayGroupModel::headerData(int section, Qt::Orientation orientation, int role) const
92{

Callers 3

headerDataMethod · 0.95
dataMethod · 0.95
setDataMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected