Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qpointingdevice.h File Reference
#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
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QPointingDevice *)
 

Function Documentation

◆ operator<<()

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.

+ Here is the call graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPointingDeviceUniqueId  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash()

Q_GUI_EXPORT size_t qHash ( QPointingDeviceUniqueId  key,
size_t  seed = 0 
)
related