QtBase  v6.3.1
Static Public Member Functions | List of all members
QMutableEventPoint Class Reference

#include <qeventpoint_p.h>

Static Public Member Functions

static QEventPoint withTimeStamp (ulong timestamp, int pointId, QEventPoint::State state, QPointF position, QPointF scenePosition, QPointF globalPosition)
 
static Q_GUI_EXPORT void update (const QEventPoint &from, QEventPoint &to)
 
static Q_GUI_EXPORT void detach (QEventPoint &p)
 
static Q_GUI_EXPORT void setTimestamp (QEventPoint &p, ulong t)
 
static QWindowwindow (const QEventPoint &p)
 
static QObjecttarget (const QEventPoint &p)
 

Detailed Description

Definition at line 121 of file qeventpoint_p.h.

Member Function Documentation

◆ detach()

void QMutableEventPoint::detach ( QEventPoint p)
static

Definition at line 518 of file qeventpoint.cpp.

Here is the caller graph for this function:

◆ setTimestamp()

void QMutableEventPoint::setTimestamp ( QEventPoint p,
ulong  t 
)
static

Definition at line 594 of file qeventpoint.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ target()

static QObject* QMutableEventPoint::target ( const QEventPoint p)
inlinestatic

Definition at line 166 of file qeventpoint_p.h.

Here is the caller graph for this function:

◆ update()

void QMutableEventPoint::update ( const QEventPoint from,
QEventPoint to 
)
static

Definition at line 540 of file qeventpoint.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ window()

static QWindow* QMutableEventPoint::window ( const QEventPoint p)
inlinestatic

Definition at line 162 of file qeventpoint_p.h.

Here is the caller graph for this function:

◆ withTimeStamp()

static QEventPoint QMutableEventPoint::withTimeStamp ( ulong  timestamp,
int  pointId,
QEventPoint::State  state,
QPointF  position,
QPointF  scenePosition,
QPointF  globalPosition 
)
inlinestatic

Definition at line 124 of file qeventpoint_p.h.

Here is the call graph for this function:

The documentation for this class was generated from the following files: