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

Method endReset

qrenderdoc/Windows/BufferViewer.cpp:921–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919 config.reset();
920 }
921 void endReset(const BufferConfiguration &conf)
922 {
923 config = conf;
924 cacheColumns();
925 totalColumnCount = columnLookup.count() + reservedColumnCount();
926 emit endResetModel();
927 }
928 QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override
929 {
930 if(row < 0 || row >= rowCount())

Callers 3

OnEventChangedMethod · 0.80
ClearModelsMethod · 0.80
CalcColumnWidthMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected