Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
int MarkerModel::columnCount(const QModelIndex & /*parent*/) const
39
{
40
return 2;
41
}
42
43
Qt::ItemFlags MarkerModel::flags(const QModelIndex &index) const
44
{
Callers
8
InputEditorView
Method · 0.45
resizeAllColumns
Method · 0.45
mouseMoveEvent
Method · 0.45
horizontalMenu
Method · 0.45
renameLabel
Method · 0.45
factorInputColumn
Method · 0.45
moveAgainSection
Method · 0.45
clickSection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected