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

Method area

kdevplatform/sublime/controller.cpp:294–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294Area *Controller::area(int mainWindow, const QString& id) const
295{
296 for (Area* area : areas(mainWindow)) {
297 if (area->objectName() == id)
298 return area;
299 }
300 return nullptr;
301}
302
303Area* Controller::areaForView(View* view) const
304{

Callers 15

newWindowMethod · 0.45
splitMethod · 0.45
gotoPrevNextSplitFunction · 0.45
setupActionsMethod · 0.45
addSessionMethod · 0.45
debuggerStateChangedMethod · 0.45
activeDocumentPathsMethod · 0.45
newAreaMethod · 0.45
backToCodeMethod · 0.45

Calls

no outgoing calls

Tested by 8

checkAreaCommonFunction · 0.36
checkArea1Method · 0.36
checkArea2Method · 0.36
areaCloningMethod · 0.36
sharedToolViewRemovalMethod · 0.36