MCPcopy 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
647KTextEditor::View *KDevelop::TextView::textView() const
648{
649 Q_D(const TextView);
650
651 return d->view;
652}
653
654QString KDevelop::TextView::viewStatus() const
655{

Callers 5

toKteViewFunction · 0.80
activeTextViewMethod · 0.80
loadToAreaPrivateFunction · 0.80
saveFromAreaPrivateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected