MCPcopy Create free account
hub / github.com/clementgallet/libTAS / rowCount

Method rowCount

src/program/ui/MarkerModel.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31MarkerModel::MarkerModel(Context* c, MovieFile* m, QObject *parent) : QAbstractTableModel(parent), context(c), movie(m) {}
32
33int MarkerModel::rowCount(const QModelIndex & /*parent*/) const
34{
35 return movie->editor->markers.size();
36}
37
38int MarkerModel::columnCount(const QModelIndex & /*parent*/) const
39{

Callers 1

keyPressEventMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected