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

Method startInteractivePositionSelection

src/effect/effecthandler.cpp:1429–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427}
1428
1429void EffectsHandler::startInteractivePositionSelection(std::function<void(const QPointF &)> callback)
1430{
1431 kwinApp()->startInteractivePositionSelection(callback);
1432}
1433
1434void EffectsHandler::showOnScreenMessage(const QString &message, const QString &iconName)
1435{

Callers 2

CaptureInteractiveMethod · 0.45
pickMethod · 0.45

Calls 1

kwinAppFunction · 0.85

Tested by

no test coverage detected