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

Method on_HideFind

qrenderdoc/Windows/EventBrowser.cpp:4196–4204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4194}
4195
4196void EventBrowser::on_HideFind()
4197{
4198 ui->findStrip->hide();
4199
4200 ui->find->setChecked(false);
4201
4202 m_Model->SetFindText(QString());
4203 ui->findEvent->setPalette(palette());
4204}
4205
4206void EventBrowser::findHighlight_timeout()
4207{

Callers

nothing calls this directly

Calls 3

SetFindTextMethod · 0.80
setPaletteMethod · 0.80
QStringFunction · 0.50

Tested by

no test coverage detected