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

Method index

qrenderdoc/Windows/BufferViewer.cpp:928–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926 emit endResetModel();
927 }
928 QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override
929 {
930 if(row < 0 || row >= rowCount())
931 return QModelIndex();
932
933 return createIndex(row, column);
934 }
935
936 QModelIndex parent(const QModelIndex &index) const override { return QModelIndex(); }
937 int rowCount(const QModelIndex &parent = QModelIndex()) const override

Callers 7

stageRowMenuMethod · 0.45
OnEventChangedMethod · 0.45
ScrollToRowMethod · 0.45
ScrollToColumnMethod · 0.45
eventFilterMethod · 0.45
exportDataMethod · 0.45
debugVertexMethod · 0.45

Calls 3

createIndexFunction · 0.85
QModelIndexClass · 0.50
rowCountFunction · 0.50

Tested by

no test coverage detected