KWin
|
#include <pointerconstraintstest.h>
Public Member Functions | |
XBackend (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 |
void | hideAndConfineRequest (bool confineBeforeHide) override |
void | undoHideRequest () override |
![]() | |
Backend (QObject *parent=nullptr) | |
int | mode () const |
bool | lockHint () const |
bool | errorsAllowed () const |
void | setErrorsAllowed (bool set) |
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 157 of file pointerconstraintstest.h.
XBackend::XBackend | ( | QObject * | parent = nullptr | ) |
Definition at line 229 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 285 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 311 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 239 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 248 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 296 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 332 of file pointerconstraintstest.cpp.
|
overridevirtual |
Reimplemented from Backend.
Definition at line 277 of file pointerconstraintstest.cpp.