Home
last modified time | relevance | path

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

/dports/graphics/spectacle/spectacle-21.12.3/src/Gui/
H A DKSWidget.h52 …void newScreenshotRequest(Spectacle::CaptureMode theCaptureMode, int theCaptureDelat, bool theIncl…
H A DKSMainWindow.h74 …void newScreenshotRequest(Spectacle::CaptureMode theCaptureMode, int theTimeout, bool theIncludePo…
H A DKSMainWindow.cpp131 connect(mKSWidget, &KSWidget::newScreenshotRequest, this, &KSMainWindow::captureScreenshot); in init()
346 … Q_EMIT newScreenshotRequest(theCaptureMode, theTimeout, theIncludePointer, theIncludeDecorations); in captureScreenshot() local
377 Q_EMIT newScreenshotRequest(theCaptureMode, 0, theIncludePointer, theIncludeDecorations); in captureScreenshot() local
H A DKSWidget.cpp269 …Q_EMIT newScreenshotRequest(lMode, lDelay, mMousePointer->isChecked(), mWindowDecorations->isCheck… in newScreenshotClicked() local
/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DSpectacleCore.cpp569 …connect(mMainWindow.get(), &KSMainWindow::newScreenshotRequest, this, &SpectacleCore::takeNewScree… in ensureGuiInitiad()