MCPcopy Create free account
hub / github.com/Sonic-DE/sonic-win / currentActivity

Method currentActivity

src/effect/effecthandler.cpp:777–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777QString EffectsHandler::currentActivity() const
778{
779#if KWIN_BUILD_ACTIVITIES
780 if (!Workspace::self()->activities()) {
781 return QString();
782 }
783 return Workspace::self()->activities()->current();
784#else
785 return QString();
786#endif
787}
788
789VirtualDesktop *EffectsHandler::currentDesktop() const
790{

Callers 1

isOnCurrentActivityMethod · 0.45

Calls 3

selfFunction · 0.85
activitiesMethod · 0.45
currentMethod · 0.45

Tested by

no test coverage detected