Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 
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