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

Method activeView

kdevplatform/sublime/area.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138Area::~Area() = default;
139
140View* Area::activeView() const
141{
142 Q_D(const Area);
143
144 return d->activeView.data();
145}
146
147void Area::setActiveView(View* view)
148{

Callers 7

aboutToRemoveViewMethod · 0.45
eventFilterMethod · 0.45
viewActivationMethod · 0.45

Calls 1

dataMethod · 0.45