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

Method activeArea

kdevplatform/shell/uicontroller.cpp:448–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448Sublime::Area *UiController::activeArea()
449{
450 Sublime::MainWindow *m = activeSublimeWindow();
451 if (m)
452 return activeSublimeWindow()->area();
453 return nullptr;
454}
455
456Sublime::MainWindow *UiController::activeSublimeWindow()
457{

Callers 15

textHintMethod · 0.80
gotoPrevNextWindowFunction · 0.80
openDocumentInternalMethod · 0.80
fileCloseMethod · 0.80
openDocumentsSimpleMethod · 0.80
cleanupMethod · 0.80
testDisableBuddiesMethod · 0.80
testDisableAllMethod · 0.80
testsplitViewBuddiesMethod · 0.80

Calls 1

areaMethod · 0.45

Tested by 15

testDisableBuddiesMethod · 0.64
testDisableAllMethod · 0.64
testsplitViewBuddiesMethod · 0.64
testClosingMethod · 0.64
initTestCaseMethod · 0.64
switchAreaMethod · 0.64
testMultiDotFilenamesMethod · 0.64
testDisableBuddiesMethod · 0.64