Home
last modified time | relevance | path

Searched refs:theIncludeDecorations (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/spectacle/spectacle-21.12.3/src/Platforms/
H A DPlatformXcb.h30 …ode, Platform::GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) override …
35 …void doGrabNow(Platform::GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations);
36 … doGrabOnClick(Platform::GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations);
44 …ientWindowParent(xcb_window_t theChildWindow, QRect &theWindowRectOut, bool theIncludeDecorations);
54 … grabApplicationWindow(xcb_window_t theWindow, bool theIncludePointer, bool theIncludeDecorations);
55 void grabActiveWindow(bool theIncludePointer, bool theIncludeDecorations);
56 void grabWindowUnderCursor(bool theIncludePointer, bool theIncludeDecorations);
57 void grabTransientWithParent(bool theIncludePointer, bool theIncludeDecorations);
H A DPlatformXcb.cpp72 mIncludeDecorations = theIncludeDecorations; in setCaptureOptions()
157 doGrabNow(theGrabMode, theIncludePointer, theIncludeDecorations); in doGrab()
161 doGrabOnClick(theGrabMode, theIncludePointer, theIncludeDecorations); in doGrab()
264 if (theIncludeDecorations) { in getTransientWindowParent()
499 if (!theIncludeDecorations || theWindow == QX11Info::appRootWindow()) { in grabApplicationWindow()
531 if (theIncludeDecorations && isKWinAvailable()) { in grabActiveWindow()
560 if (theIncludeDecorations && isKWinAvailable()) { in grabWindowUnderCursor()
692 grabActiveWindow(theIncludePointer, theIncludeDecorations); in doGrabNow()
695 grabWindowUnderCursor(theIncludePointer, theIncludeDecorations); in doGrabNow()
698 grabTransientWithParent(theIncludePointer, theIncludeDecorations); in doGrabNow()
[all …]
H A DPlatformNull.cpp34 …utterMode theShutterMode, GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) in doGrab() argument
39 Q_UNUSED(theIncludeDecorations) in doGrab()
H A DPlatformNull.h24 …ode, Platform::GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) override …
H A DPlatformKWinWayland.h27 …ode, Platform::GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) override …
H A DPlatform.h45 …utterMode, Platform::GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) = 0;
H A DPlatformKWinWayland.cpp204 …ode /* theShutterMode */, GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) in doGrab() argument
235 int lOpMask = theIncludeDecorations ? 1 : 0; in doGrab()
H A DPlatformKWinWayland2.h47 …Mode, Platform::GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) override;
H A DPlatformKWinWayland2.cpp290 …and2::doGrab(ShutterMode, GrabMode theGrabMode, bool theIncludePointer, bool theIncludeDecorations) in doGrab() argument
294 if (theIncludeDecorations) { in doGrab()
/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DSpectacleCore.h58 …e::CaptureMode theCaptureMode, int theTimeout, bool theIncludePointer, bool theIncludeDecorations);
72 void initGui(int theDelay, bool theIncludePointer, bool theIncludeDecorations);
H A DSpectacleCore.cpp263 …le::CaptureMode theCaptureMode, int theTimeout, bool theIncludePointer, bool theIncludeDecorations) in takeNewScreenshot() argument
269 …tform->doGrab(Platform::ShutterMode::OnClick, lGrabMode, theIncludePointer, theIncludeDecorations); in takeNewScreenshot()
280 …ingleShot(theTimeout + lMsec, this, [this, lGrabMode, theIncludePointer, theIncludeDecorations]() { in takeNewScreenshot()
281 …orm->doGrab(Platform::ShutterMode::Immediate, lGrabMode, theIncludePointer, theIncludeDecorations); in takeNewScreenshot()
576 void SpectacleCore::initGui(int theDelay, bool theIncludePointer, bool theIncludeDecorations) in initGui() argument
580 …shot(ExportManager::instance()->captureMode(), theDelay, theIncludePointer, theIncludeDecorations); in initGui()
/dports/graphics/spectacle/spectacle-21.12.3/src/Gui/
H A DKSMainWindow.h48 …e::CaptureMode theCaptureMode, int theTimeout, bool theIncludePointer, bool theIncludeDecorations);
74 …e::CaptureMode theCaptureMode, int theTimeout, bool theIncludePointer, bool theIncludeDecorations);
H A DKSWidget.h52 …ptureMode theCaptureMode, int theCaptureDelat, bool theIncludePointer, bool theIncludeDecorations);
H A DKSMainWindow.cpp342 …le::CaptureMode theCaptureMode, int theTimeout, bool theIncludePointer, bool theIncludeDecorations) in captureScreenshot() argument
346 … Q_EMIT newScreenshotRequest(theCaptureMode, theTimeout, theIncludePointer, theIncludeDecorations); in captureScreenshot()
377 Q_EMIT newScreenshotRequest(theCaptureMode, 0, theIncludePointer, theIncludeDecorations); in captureScreenshot()