![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qtguiglobal.h>
#include <QtCore/qobject.h>
#include <QtGui/qinputdevice.h>
Go to the source code of this file.
Classes | |
class | QPointingDeviceUniqueId |
QPointingDeviceUniqueId identifies a unique object, such as a tagged token or stylus, which is used with a pointing device. More... | |
class | QPointingDevice |
The QPointingDevice class describes a device from which mouse, touch or tablet events originate. More... | |
Functions | |
Q_DECLARE_TYPEINFO (QPointingDeviceUniqueId, Q_RELOCATABLE_TYPE) | |
Q_GUI_EXPORT size_t | qHash (QPointingDeviceUniqueId key, size_t seed=0) noexcept |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QPointingDevice *) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QPointingDevice * | device | ||
) |
Definition at line 702 of file qpointingdevice.cpp.
References debug, Qt::dec(), device, QtDebugUtils::formatQEnum(), QtDebugUtils::formatQFlags(), QPointingDevice::Generic, Qt::hex(), and QInputDevice::Position.
Q_DECLARE_TYPEINFO | ( | QPointingDeviceUniqueId | , |
Q_RELOCATABLE_TYPE | |||
) |
|
related |