Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
static uint32_t GetEffectiveEID(QModelIndex idx)
192
{
193
return idx.data(ROLE_EFFECTIVE_EID).toUInt();
194
}
195
196
struct EventItemModel : public QAbstractItemModel
197
{
Callers
2
events_currentChanged
Method · 0.85
location_keyPress
Method · 0.85
Calls
1
data
Method · 0.45
Tested by
no test coverage detected