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
QOhosNativeXComponentInputHandler Class Referencefinal

#include <qohosnativexcomponentinputhandler.h>

Inheritance diagram for QOhosNativeXComponentInputHandler:
Collaboration diagram for QOhosNativeXComponentInputHandler:

Public Member Functions

 QOhosNativeXComponentInputHandler (QXComponentRender xcomponent, QtOhos::QThreadSafeRef< QWindow > qWindowRef, QtOhos::QThreadSafeRef< QOhosInputMethodEventHandler > imEventHandlerRef)
void handleTouchEvent (void *nativeWindow)
void handleMouseEvent (void *nativeWindow)
void handleHoverEvent (void *nativeWindow, bool isHover)
void handleKeyEvent ()
Public Member Functions inherited from QEnableSharedFromThis< QOhosNativeXComponentInputHandler >
QSharedPointer< QOhosNativeXComponentInputHandlersharedFromThis ()

Additional Inherited Members

Protected Member Functions inherited from QEnableSharedFromThis< QOhosNativeXComponentInputHandler >
 QEnableSharedFromThis ()=default
QEnableSharedFromThisoperator= (const QEnableSharedFromThis &)

Detailed Description

Definition at line 20 of file qohosnativexcomponentinputhandler.h.

Constructor & Destructor Documentation

◆ QOhosNativeXComponentInputHandler()

QOhosNativeXComponentInputHandler::QOhosNativeXComponentInputHandler ( QXComponentRender xcomponent,
QtOhos::QThreadSafeRef< QWindow > qWindowRef,
QtOhos::QThreadSafeRef< QOhosInputMethodEventHandler > imEventHandlerRef )
explicit

Definition at line 146 of file qohosnativexcomponentinputhandler.cpp.

References QOhosNativeXComponentInputHandler().

Referenced by QOhosNativeXComponentInputHandler().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ handleHoverEvent()

void QOhosNativeXComponentInputHandler::handleHoverEvent ( void * nativeWindow,
bool isHover )

Definition at line 251 of file qohosnativexcomponentinputhandler.cpp.

References QT_BEGIN_NAMESPACE::qtAcceptsEvents().

Here is the call graph for this function:

◆ handleKeyEvent()

void QOhosNativeXComponentInputHandler::handleKeyEvent ( )

Definition at line 347 of file qohosnativexcomponentinputhandler.cpp.

References QT_BEGIN_NAMESPACE::qtAcceptsEvents().

Here is the call graph for this function:

◆ handleMouseEvent()

void QOhosNativeXComponentInputHandler::handleMouseEvent ( void * nativeWindow)

Definition at line 219 of file qohosnativexcomponentinputhandler.cpp.

References QT_BEGIN_NAMESPACE::qtAcceptsEvents().

Here is the call graph for this function:

◆ handleTouchEvent()

void QOhosNativeXComponentInputHandler::handleTouchEvent ( void * nativeWindow)

Definition at line 156 of file qohosnativexcomponentinputhandler.cpp.

References QT_BEGIN_NAMESPACE::qtAcceptsEvents().

Here is the call graph for this function:

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