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
qpointingdevice.h File Reference

(a3b90360884dd11d896c43c74d64ff8d8f047052)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qobject.h>
#include <QtGui/qinputdevice.h>
Include dependency graph for qpointingdevice.h:
This graph shows which files directly or indirectly include this file:

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
 \qhashold{QPointingDeviceUniqueId}
Q_GUI_EXPORT QDebug operator<< (QDebug, const QPointingDevice *)

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug debug,
const QPointingDevice * device )

Definition at line 702 of file qpointingdevice.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPointingDeviceUniqueId ,
Q_RELOCATABLE_TYPE  )

◆ qHash()

size_t qHash ( QPointingDeviceUniqueId key,
size_t seed )
noexcept

\qhashold{QPointingDeviceUniqueId}

Since
5.8

Definition at line 816 of file qpointingdevice.cpp.