7#include <screen/screen.h>
9#include <qpa/qplatformcursor.h>
10#include <QtCore/QLoggingCategory>
21#if !defined(QT_NO_CURSOR)
22 void changeCursor(QCursor *windowCursor, QWindow *window)
override;
24 void setPos(
const QPoint &pos)
override;
30 screen_context_t m_screenContext;
31 screen_session_t m_session = 0;
32 int m_currentCShape = 0;
void setPos(const QPoint &pos) override
QPoint pos() const override
QQnxCursor(screen_context_t context)
void changeCursor(QCursor *windowCursor, QWindow *window) override
This method is called by Qt whenever the cursor graphic should be changed.
Combined button and popup list for selecting options.
Q_LOGGING_CATEGORY(lcEventDispatcher, "qt.eventdispatcher")
static int mapQtCursorToScreenCursor(int cshape)
#define Q_SCREEN_CHECKERROR(x, message)