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

Method setActiveView

kdevplatform/sublime/area.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void Area::setActiveView(View* view)
148{
149 Q_D(Area);
150
151 d->activeView = view;
152}
153
154void Area::addView(View *view, AreaIndex *index, View *after)
155{

Callers 4

loadToAreaPrivateFunction · 0.45
loadToAreaMethod · 0.45
clearAreaMethod · 0.45
aboutToRemoveViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected