MCPcopy Create free account
hub / github.com/baldurk/renderdoc / index

Method index

qrenderdoc/Windows/Dialogs/ConfigEditor.cpp:91–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override
92 {
93 SDObject *o = obj(parent);
94
95 if(row < 0 || row > rowCount(parent))
96 return QModelIndex();
97
98 return createIndex(row, column, o->GetChild(row));
99 }
100
101 QModelIndex parent(const QModelIndex &index) const override
102 {

Callers 2

fillProcessListMethod · 0.45
TriggerCaptureMethod · 0.45

Calls 4

createIndexFunction · 0.85
QModelIndexClass · 0.50
rowCountFunction · 0.50
GetChildMethod · 0.45

Tested by

no test coverage detected