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

Method columnCount

src/program/ui/MarkerModel.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38int MarkerModel::columnCount(const QModelIndex & /*parent*/) const
39{
40 return 2;
41}
42
43Qt::ItemFlags MarkerModel::flags(const QModelIndex &index) const
44{

Callers 8

InputEditorViewMethod · 0.45
resizeAllColumnsMethod · 0.45
mouseMoveEventMethod · 0.45
horizontalMenuMethod · 0.45
renameLabelMethod · 0.45
factorInputColumnMethod · 0.45
moveAgainSectionMethod · 0.45
clickSectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected