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

Function GetEffectiveEID

qrenderdoc/Windows/EventBrowser.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191static uint32_t GetEffectiveEID(QModelIndex idx)
192{
193 return idx.data(ROLE_EFFECTIVE_EID).toUInt();
194}
195
196struct EventItemModel : public QAbstractItemModel
197{

Callers 2

events_currentChangedMethod · 0.85
location_keyPressMethod · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected