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

Method textCursor

src/common/find/outputdocumentfind.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30QTextCursor OutputDocumentFindPrivate::textCursor() const
31{
32 Q_ASSERT(textEdit);
33 return textEdit->textCursor();
34}
35
36QTextDocument *OutputDocumentFindPrivate::document() const
37{

Callers 9

findStringFunction · 0.80
findStringMethod · 0.80
findNextMethod · 0.80
findPreviousMethod · 0.80
setGitInfoMethod · 0.80
initEditMethod · 0.80
onReferenceBtnClickedMethod · 0.80
eventFilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected