Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qeventpoint_p.h File Reference
#include <QtGui/private/qtguiglobal_p.h>
#include <QtGui/qevent.h>
#include <QtCore/qloggingcategory.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 101 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  )