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

Method on_findEvent_textEdited

qrenderdoc/Windows/EventBrowser.cpp:5151–5164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5149}
5150
5151void EventBrowser::on_findEvent_textEdited(const QString &arg1)
5152{
5153 if(arg1.isEmpty())
5154 {
5155 m_FindHighlight->stop();
5156
5157 m_Model->SetFindText(QString());
5158 updateFindResultsAvailable(false);
5159 }
5160 else
5161 {
5162 m_FindHighlight->start(); // restart
5163 }
5164}
5165
5166void EventBrowser::on_filterExpression_keyPress(QKeyEvent *e)
5167{

Callers

nothing calls this directly

Calls 5

SetFindTextMethod · 0.80
QStringFunction · 0.50
isEmptyMethod · 0.45
stopMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected