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

Function GetSelectedEID

qrenderdoc/Windows/EventBrowser.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184};
185
186static uint32_t GetSelectedEID(QModelIndex idx)
187{
188 return idx.data(ROLE_SELECTED_EID).toUInt();
189}
190
191static uint32_t GetEffectiveEID(QModelIndex idx)
192{

Callers 3

on_bookmark_clickedMethod · 0.85
events_currentChangedMethod · 0.85
location_keyPressMethod · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected