Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtWayland::WindowSystemEventHandler Class Reference
+ Inheritance diagram for QtWayland::WindowSystemEventHandler:
+ Collaboration diagram for QtWayland::WindowSystemEventHandler:

Public Member Functions

 WindowSystemEventHandler (QWaylandCompositor *c)
 
bool sendEvent (QWindowSystemInterfacePrivate::WindowSystemEvent *e) override
 
void handleKeyEvent (QWindowSystemInterfacePrivate::KeyEvent *ke)
 
 WindowSystemEventHandler (QWaylandCompositor *c)
 
bool sendEvent (QWindowSystemInterfacePrivate::WindowSystemEvent *e) override
 
void handleKeyEvent (QWindowSystemInterfacePrivate::KeyEvent *ke)
 
- Public Member Functions inherited from QWindowSystemEventHandler
virtual ~QWindowSystemEventHandler ()
 

Public Attributes

QWaylandCompositorcompositor = nullptr
 

Detailed Description

Definition at line 79 of file qwaylandcompositor.cpp.

Constructor & Destructor Documentation

◆ WindowSystemEventHandler() [1/2]

QtWayland::WindowSystemEventHandler::WindowSystemEventHandler ( QWaylandCompositor * c)
inline

Definition at line 82 of file qwaylandcompositor.cpp.

References compositor.

◆ WindowSystemEventHandler() [2/2]

QtWayland::WindowSystemEventHandler::WindowSystemEventHandler ( QWaylandCompositor * c)
inline

Definition at line 82 of file qwaylandcompositor.cpp.

Member Function Documentation

◆ handleKeyEvent() [1/2]

void QtWayland::WindowSystemEventHandler::handleKeyEvent ( QWindowSystemInterfacePrivate::KeyEvent * ke)
inline

Definition at line 94 of file qwaylandcompositor.cpp.

References compositor.

◆ handleKeyEvent() [2/2]

void QtWayland::WindowSystemEventHandler::handleKeyEvent ( QWindowSystemInterfacePrivate::KeyEvent * ke)
inline

Definition at line 94 of file qwaylandcompositor.cpp.

◆ sendEvent() [1/2]

bool QtWayland::WindowSystemEventHandler::sendEvent ( QWindowSystemInterfacePrivate::WindowSystemEvent * e)
inlineoverridevirtual

Reimplemented from QWindowSystemEventHandler.

Definition at line 83 of file qwaylandcompositor.cpp.

◆ sendEvent() [2/2]

bool QtWayland::WindowSystemEventHandler::sendEvent ( QWindowSystemInterfacePrivate::WindowSystemEvent * e)
inlineoverridevirtual

Reimplemented from QWindowSystemEventHandler.

Definition at line 83 of file qwaylandcompositor.cpp.

Member Data Documentation

◆ compositor

QWaylandCompositor * QtWayland::WindowSystemEventHandler::compositor = nullptr

Definition at line 141 of file qwaylandcompositor.cpp.

Referenced by WindowSystemEventHandler(), and handleKeyEvent().


The documentation for this class was generated from the following file: