![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/qtguiglobal.h>
#include <QtCore/QTime>
#include <QtGui/qwindowdefs.h>
#include <QtCore/QEvent>
#include <QtCore/QAbstractEventDispatcher>
#include <QtGui/QScreen>
#include <QtGui/QWindow>
#include <QtCore/QMutex>
#include <QtGui/QTouchEvent>
#include <QtCore/QEventLoop>
#include <QtGui/QVector2D>
Go to the source code of this file.
Classes | |
class | QWindowSystemInterface |
The QWindowSystemInterface provides an event queue for the QPA platform. More... | |
struct | QWindowSystemInterface::SynchronousDelivery |
struct | QWindowSystemInterface::AsynchronousDelivery |
struct | QWindowSystemInterface::DefaultDelivery |
struct | QWindowSystemInterface::TouchPoint |
Functions | |
Q_GUI_EXPORT QDebug | operator<< (QDebug dbg, const QWindowSystemInterface::TouchPoint &p) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QWindowSystemInterface::TouchPoint & | p ) |
Definition at line 1048 of file qwindowsysteminterface.cpp.