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

Method RefreshMessageList

qrenderdoc/Windows/DebugMessageView.cpp:288–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void DebugMessageView::RefreshMessageList()
289{
290 m_ItemModel->refresh();
291
292 ui->messages->resizeColumnsToContents();
293
294 if(m_Ctx.UnreadMessageCount() > 0)
295 setWindowTitle(tr("(%1) Errors and Warnings").arg(m_Ctx.UnreadMessageCount()));
296 else
297 setWindowTitle(tr("Errors and Warnings"));
298}
299
300void DebugMessageView::on_messages_doubleClicked(const QModelIndex &index)
301{

Callers 2

AddMessagesMethod · 0.80
ClearMessagesMethod · 0.80

Calls 5

trFunction · 0.50
refreshMethod · 0.45
UnreadMessageCountMethod · 0.45
argMethod · 0.45

Tested by

no test coverage detected