Home
last modified time | relevance | path

Searched refs:newScreensScreenshotTaken (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/spectacle/spectacle-21.12.3/src/Platforms/
H A DPlatform.h50 void newScreensScreenshotTaken(const QVector<QImage> &images);
H A DPlatformKWinWayland.cpp276 Q_EMIT newScreensScreenshotTaken(result); in startReadImages() local
H A DPlatformKWinWayland2.cpp348 Q_EMIT newScreensScreenshotTaken(images); in trackSource() local
H A DPlatformXcb.cpp685 Q_EMIT newScreensScreenshotTaken(images); in doGrabNow() local
/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DSpectacleCore.cpp49 …connect(mPlatform.get(), &Platform::newScreensScreenshotTaken, this, &SpectacleCore::screenshotsUp… in init()