Documentation
class QaddClient a b where #
class QallowDiscardFrontBuffer a b where #
allowDiscardFrontBuffer :: a -> b -> IO Bool #
class QcloseAllPopups a b where #
closeAllPopups :: a -> b -> IO () #
class Qcompositor a b where #
compositor :: a -> b -> IO (QWaylandCompositor ()) #
class QextensionInterface a b where #
extensionInterface :: a -> b -> IO (Qwl_interface ()) #
class QhasContent a b where #
hasContent :: a -> b -> IO Bool #
class QinputRegionContains a b where #
inputRegionContains :: a -> b -> IO Bool #
class QqinputRegionContains a b where #
qinputRegionContains :: a -> b -> IO Bool #
class QisBufferLocked a b where #
isBufferLocked :: a -> b -> IO Bool #
class QisDestroyed a b where #
isDestroyed :: a -> b -> IO Bool #
class QmouseFocus a b where #
mouseFocus :: a -> b -> IO (QWaylandView ()) #
class QpopupClient a b where #
popupClient :: a -> b -> IO (QWaylandClient ()) #
seat :: a -> b -> IO (QWaylandSeat ()) #
class QsendConfigure a b c | a -> c where #
sendConfigure :: a -> b -> c #
class QqsendConfigure a b c | a -> c where #
qsendConfigure :: a -> b -> c #
class QsendFullTouchEvent a b where #
sendFullTouchEvent :: a -> b -> IO () #
class QsendKeyPressEvent a b where #
sendKeyPressEvent :: a -> b -> IO () #
class QsendKeyReleaseEvent a b where #
sendKeyReleaseEvent :: a -> b -> IO () #
class QsendMouseMoveEvent a b where #
sendMouseMoveEvent :: a -> b -> IO () #
class QqsendMouseMoveEvent a b where #
qsendMouseMoveEvent :: a -> b -> IO () #
class QsendMousePressEvent a b c | a -> c where #
sendMousePressEvent :: a -> b -> c #
class QsendMouseReleaseEvent a b c | a -> c where #
sendMouseReleaseEvent :: a -> b -> c #
class QsendMouseWheelEvent a b where #
sendMouseWheelEvent :: a -> b -> IO () #
class QsendTouchPointEvent a b where #
sendTouchPointEvent :: a -> b -> IO Int #
class QqsendTouchPointEvent a b where #
qsendTouchPointEvent :: a -> b -> IO Int #
class QsetAllowDiscardFrontBuffer a b where #
setAllowDiscardFrontBuffer :: a -> b -> IO () #
class QsetBufferLocked a b where #
setBufferLocked :: a -> b -> IO () #
class QsetPaintEnabled a b where #
setPaintEnabled :: a -> b -> IO () #
class QsetPrimary a b where #
setPrimary :: a -> b -> IO () #
class QsizeForResize a b where #
sizeForResize :: a -> b -> IO Size #
class QqsizeForResize a b where #
qsizeForResize :: a -> b -> IO (QSize ()) #
class QsurfaceChangedEvent a b where #
surfaceChangedEvent :: a -> b -> IO () #
class QtakeFocus a b where #