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

Method on_messages_doubleClicked

qrenderdoc/Windows/DebugMessageView.cpp:300–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void DebugMessageView::on_messages_doubleClicked(const QModelIndex &index)
301{
302 QVariant var = m_FilterModel->data(index, EIDRole);
303
304 if(var.isValid())
305 {
306 uint32_t eid = var.toUInt();
307 m_Ctx.SetEventID({}, eid, eid);
308 }
309}
310
311void DebugMessageView::messages_toggled()
312{

Callers

nothing calls this directly

Calls 3

dataMethod · 0.45
isValidMethod · 0.45
SetEventIDMethod · 0.45

Tested by

no test coverage detected