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

(4a7c76d4a5365343178ea29c8a8e9b8d8acb89b5)

#include <QtGui/private/qtguiglobal_p.h>
#include <QtGui/qevent.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qpointer.h>
+ Include dependency graph for qeventpoint_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QEventPointPrivate
 
class  QMutableEventPoint
 

Macros

#define TRIVIAL_SETTER(type, field, Field)
 

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY (lcPointerVel)
 
 Q_DECLARE_LOGGING_CATEGORY (lcEPDetach)
 

Macro Definition Documentation

◆ TRIVIAL_SETTER

#define TRIVIAL_SETTER ( type,
field,
Field )
Value:
static void set##Field (QEventPoint &p, type arg) { p.d->field = std::move(arg); } \
/* end */
The QEventPoint class provides information about a point in a QPointerEvent.
Definition qeventpoint.h:20
GLenum type
GLfloat GLfloat p
[1]
SSL_CTX int void * arg
QFuture< QSet< QChar > > set
[10]

Definition at line 103 of file qeventpoint_p.h.

Function Documentation

◆ Q_DECLARE_LOGGING_CATEGORY() [1/2]

Q_DECLARE_LOGGING_CATEGORY ( lcEPDetach )

◆ Q_DECLARE_LOGGING_CATEGORY() [2/2]

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( lcPointerVel )