MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / columnCount

Method columnCount

Gui/TableModelView.cpp:648–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648int
649TableModel::columnCount(const QModelIndex &parent) const
650{
651 return parent.isValid() ? 0 : (int)_imp->horizontalHeaderItems.size();
652}
653
654QVariant
655TableModel::data(const QModelIndex &index,

Callers 9

removeTasksFromTableMethod · 0.45
restoreStateMethod · 0.45
onItemDroppedMethod · 0.45
selectNodeMethod · 0.45
selectNodesMethod · 0.45
onCheckBoxCheckedMethod · 0.45

Calls 2

isValidMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected