Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ textView
Method
textView
kdevplatform/shell/textdocument.cpp:647–652 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
}
646
647
KTextEditor::View *KDevelop::TextView::textView() const
648
{
649
Q_D(const TextView);
650
651
return d->view;
652
}
653
654
QString KDevelop::TextView::viewStatus() const
655
{
Callers
5
toKteView
Function · 0.80
activeTextDocumentView
Method · 0.80
activeTextView
Method · 0.80
loadToAreaPrivate
Function · 0.80
saveFromAreaPrivate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected