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

Method MessageDialog

qrenderdoc/Code/CaptureContext.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642}
643
644void CaptureContext::MessageDialog(const rdcstr &text, const rdcstr &title)
645{
646 RDDialog::information(m_MainWindow, title, text);
647}
648
649void CaptureContext::ErrorDialog(const rdcstr &text, const rdcstr &title)
650{

Callers 2

menu_callbackFunction · 0.45
get_minmaxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected