MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / focusOutEvent

Method focusOutEvent

src/plugins/codeeditor/gui/texteditor.cpp:892–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890}
891
892void TextEditor::focusOutEvent(QFocusEvent *event)
893{
894 if (!d->lineWidgetContainer->hasFocus())
895 closeLineWidget();
896
897 d->cancelInlineCompletion();
898 Q_EMIT focusOut();
899 Q_EMIT followTypeEnd();
900 QsciScintilla::focusOutEvent(event);
901}
902
903void TextEditor::keyPressEvent(QKeyEvent *event)
904{

Callers

nothing calls this directly

Calls 2

hasFocusMethod · 0.80

Tested by

no test coverage detected