MCPcopy Create free account
hub / github.com/KDE/kdevelop / text

Method text

kdevplatform/shell/textdocument.cpp:494–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494QString TextDocument::text(const KTextEditor::Range &range) const
495{
496 VERIFY_FOREGROUND_LOCKED
497 Q_D(const TextDocument);
498
499 if (!d->document) {
500 return QString();
501 }
502
503 return d->document->text( range );
504}
505
506QString TextDocument::textLine() const
507{

Callers 15

beautifySourceMethod · 0.45
beautifyLineMethod · 0.45
formatDocumentMethod · 0.45
setProjectNameMethod · 0.45
locationChangedMethod · 0.45
projectChangedMethod · 0.45
dragEnterEventMethod · 0.45
dropEventMethod · 0.45
styleNameChangedMethod · 0.45
launchAsMethod · 0.45

Calls 1

QStringClass · 0.70

Tested by 1