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

Method openDocument

kdevplatform/shell/documentcontroller.cpp:693–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693IDocument* DocumentController::openDocument( const QUrl& inputUrl, const QString& prefName )
694{
695 Q_D(DocumentController);
696
697 return d->openDocumentInternal( inputUrl, prefName );
698}
699
700IDocument* DocumentController::openDocument( const QUrl & inputUrl,
701 const KTextEditor::Range& range,

Callers 15

slotOpenFileMethod · 0.45
testSetLocationMethod · 0.45
frameSelectionChangedMethod · 0.45
openUrlMethod · 0.45
fileNewMethod · 0.45
showStepInSourceMethod · 0.45
showCurrentLineMethod · 0.45
dropEventMethod · 0.45
testActivationMethod · 0.45

Calls 2

openDocumentInternalMethod · 0.80
QStringClass · 0.70

Tested by 15

testSetLocationMethod · 0.36
testActivationMethod · 0.36
testDisableBuddiesMethod · 0.36
testDisableAllMethod · 0.36
testsplitViewBuddiesMethod · 0.36
testSaveSomeDocumentsMethod · 0.36
testSaveAllDocumentsMethod · 0.36
createWorkingSetMethod · 0.36