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

Method isActive

plugins/okteta/oktetadocument.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172bool OktetaDocument::isActive() const
173{
174 return Core::self()->uiControllerInternal()->activeSublimeWindow()->activeView()->document() == this;
175}
176
177
178void OktetaDocument::setCursorPosition( const KTextEditor::Cursor& ) {}

Callers 5

eventFilterMethod · 0.45
appendLineMethod · 0.45
showLineMethod · 0.45
problemsUpdatedMethod · 0.45

Calls 4

activeSublimeWindowMethod · 0.80
uiControllerInternalMethod · 0.80
documentMethod · 0.45
activeViewMethod · 0.45

Tested by

no test coverage detected