KWin
|
#include <pointerconstraintstest.h>
Public Member Functions | |
WaylandBackend (QObject *parent=nullptr) | |
void | init (QQuickView *view) override |
void | lockRequest (bool persistent, QRect region) override |
void | unlockRequest () override |
void | confineRequest (bool persistent, QRect region) override |
void | unconfineRequest () override |
![]() | |
Backend (QObject *parent=nullptr) | |
int | mode () const |
bool | lockHint () const |
bool | errorsAllowed () const |
void | setErrorsAllowed (bool set) |
virtual Q_INVOKABLE void | hideAndConfineRequest (bool confineBeforeHide=false) |
virtual Q_INVOKABLE void | undoHideRequest () |
Additional Inherited Members | |
![]() | |
void | confineChanged (bool confined) |
void | lockChanged (bool locked) |
void | lockHintChanged () |
void | errorsAllowedChanged () |
void | forceSurfaceCommit () |
![]() | |
enum class | Mode { Wayland = 0 , X = 1 } |
![]() | |
QQuickView * | view () const |
void | setMode (Mode set) |
![]() | |
int | mode |
bool | lockHint |
bool | errorsAllowed |
Definition at line 122 of file pointerconstraintstest.h.
WaylandBackend::WaylandBackend | ( | QObject * | parent = nullptr | ) |
Definition at line 28 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 163 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 35 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 90 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 209 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 143 of file pointerconstraintstest.cpp.