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

Method setCursorPosition

kdevplatform/shell/partdocument.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void PartDocument::setCursorPosition(const KTextEditor::Cursor &cursor)
194{
195 //do nothing here
196 Q_UNUSED(cursor);
197}
198
199void PartDocument::setTextSelection(const KTextEditor::Range &range)
200{

Callers 6

beautifyLineMethod · 0.45
formatDocumentMethod · 0.45
openDocumentInternalMethod · 0.45
updatePreviewMethod · 0.45
showPreviewMethod · 0.45
insertFunctionParenTextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected