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

Method areas

kdevplatform/sublime/mainwindow.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84QList< Area* > MainWindow::areas() const
85{
86 QList< Area* > areas = controller()->areas(const_cast<MainWindow*>(this));
87 if(areas.isEmpty())
88 areas = controller()->defaultAreas();
89
90 return areas;
91}
92
93MainWindow::~MainWindow()
94{

Callers 3

containsViewMethod · 0.95
viewsMethod · 0.80
closeViewMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected