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 <QtGui/qvector2d.h>
#include <QtGui/qpointingdevice.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qmetatype.h>
Go to the source code of this file.
Classes | |
class | QEventPoint |
The QEventPoint class provides information about a point in a QPointerEvent. More... | |
Functions | |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QEventPoint *) |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QEventPoint &) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QEventPoint & | tp ) |
Definition at line 4011 of file qevent.cpp.
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QEventPoint * | tp ) |
Definition at line 4002 of file qevent.cpp.