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

Method rowCount

Gui/TableModelView.cpp:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642int
643TableModel::rowCount(const QModelIndex &parent) const
644{
645 return parent.isValid() ? 0 : _imp->rowCount;
646}
647
648int
649TableModel::columnCount(const QModelIndex &parent) const

Callers 1

dropEventMethod · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected