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

Method completionInProgress

qrenderdoc/Widgets/Extended/RDTextEdit.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176bool RDTextEdit::completionInProgress()
177{
178 return m_Completer && m_Completer->popup()->isVisible();
179}
180
181void RDTextEdit::focusInEvent(QFocusEvent *e)
182{

Callers 2

filter_applyMethod · 0.80

Calls 1

isVisibleMethod · 0.45

Tested by

no test coverage detected