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

Method cursorPosition

kdevplatform/shell/partdocument.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188KTextEditor::Cursor KDevelop::PartDocument::cursorPosition() const
189{
190 return KTextEditor::Cursor::invalid();
191}
192
193void PartDocument::setCursorPosition(const KTextEditor::Cursor &cursor)
194{

Callers 7

beautifyLineMethod · 0.45
formatDocumentMethod · 0.45
toggleBreakpointMethod · 0.45
openDocumentInternalMethod · 0.45
doShowDocumentationMethod · 0.45
computeCompletionsMethod · 0.45

Calls 1

invalidFunction · 0.50

Tested by

no test coverage detected