MCPcopy Create free account
hub / github.com/KDE/kdevelop / operator()

Method operator()

kdevplatform/sublime/mainwindow_p.cpp:251–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251Area::WalkerMode MainWindowPrivate::IdealToolViewCreator::operator() (View *view, Sublime::Position position)
252{
253 if (!d->docks.contains(view))
254 {
255 d->docks << view;
256
257 //add view
258 d->idealController->addView(d->positionToDockArea(position), view);
259 }
260 return Area::ContinueWalker;
261}
262
263Area::WalkerMode MainWindowPrivate::ViewCreator::operator() (AreaIndex *index)
264{

Callers

nothing calls this directly

Calls 15

positionToDockAreaMethod · 0.80
setOrientationMethod · 0.80
showMethod · 0.80
hasWidgetMethod · 0.80
containsMethod · 0.45
addViewMethod · 0.45
valueMethod · 0.45
parentMethod · 0.45
firstMethod · 0.45
addWidgetMethod · 0.45
isSplitMethod · 0.45
orientationMethod · 0.45

Tested by

no test coverage detected