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

Method isActive

kdevplatform/shell/partdocument.cpp:86–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool PartDocument::isActive() const
87{
88 const auto activeView = Core::self()->uiControllerInternal()->activeSublimeWindow()->activeView();
89 if (!activeView) {
90 return false;
91 }
92
93 return activeView->document() == this;
94}
95
96bool PartDocument::save(DocumentSaveMode /*mode*/)
97{

Callers 8

updateMessageMethod · 0.45
startAutoHideTimerMethod · 0.45
resumeMethod · 0.45
updateProgressDataMethod · 0.45
waitMethod · 0.45
rowsAboutToBeInsertedMethod · 0.45
rowsRemovedMethod · 0.45
addLinesFunction · 0.45

Calls 4

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

Tested by 1

waitMethod · 0.36