Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
QTextCursor OutputDocumentFindPrivate::textCursor() const
31
{
32
Q_ASSERT(textEdit);
33
return textEdit->textCursor();
34
}
35
36
QTextDocument *OutputDocumentFindPrivate::document() const
37
{
Callers
9
findString
Function · 0.80
findString
Method · 0.80
findNext
Method · 0.80
findPrevious
Method · 0.80
ExtraAreaPaintEventData
Method · 0.80
setGitInfo
Method · 0.80
initEdit
Method · 0.80
onReferenceBtnClicked
Method · 0.80
eventFilter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected