MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / index

Method index

src/plugins/reversedebug/taskmodel.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68QModelIndex TaskModel::index(int row, int column, const QModelIndex &parent) const
69{
70 if (parent.isValid())
71 return QModelIndex();
72 return createIndex(row, column);
73}
74
75QModelIndex TaskModel::parent(const QModelIndex &child) const
76{

Callers 10

initTableMethod · 0.45
setRootPathMethod · 0.45
setFocusMethod · 0.45
showTaskMethod · 0.45
openTaskMethod · 0.45
showAtItemMethod · 0.45
showEventMethod · 0.45
slotScrollChangedMethod · 0.45

Calls 2

QModelIndexClass · 0.70
isValidMethod · 0.45

Tested by

no test coverage detected