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
QTuioCursor Class Reference

#include <qtuiocursor_p.h>

+ Collaboration diagram for QTuioCursor:

Public Member Functions

 QTuioCursor (int id=-1)
 
int id () const
 
void setX (float x)
 
float x () const
 
void setY (float y)
 
float y () const
 
void setVX (float vx)
 
float vx () const
 
void setVY (float vy)
 
float vy () const
 
void setAcceleration (float acceleration)
 
float acceleration () const
 
void setState (const QEventPoint::State &state)
 
QEventPoint::State state () const
 

Detailed Description

Definition at line 12 of file qtuiocursor_p.h.

Constructor & Destructor Documentation

◆ QTuioCursor()

QTuioCursor::QTuioCursor ( int id = -1)
inline

Definition at line 15 of file qtuiocursor_p.h.

Member Function Documentation

◆ acceleration()

float QTuioCursor::acceleration ( ) const
inline

Definition at line 55 of file qtuiocursor_p.h.

Referenced by setAcceleration().

+ Here is the caller graph for this function:

◆ id()

int QTuioCursor::id ( ) const
inline

Definition at line 26 of file qtuiocursor_p.h.

◆ setAcceleration()

void QTuioCursor::setAcceleration ( float acceleration)
inline

Definition at line 54 of file qtuiocursor_p.h.

References acceleration().

+ Here is the call graph for this function:

◆ setState()

void QTuioCursor::setState ( const QEventPoint::State & state)
inline

Definition at line 57 of file qtuiocursor_p.h.

References state().

Referenced by setX(), and setY().

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

◆ setVX()

void QTuioCursor::setVX ( float vx)
inline

Definition at line 48 of file qtuiocursor_p.h.

References vx().

+ Here is the call graph for this function:

◆ setVY()

void QTuioCursor::setVY ( float vy)
inline

Definition at line 51 of file qtuiocursor_p.h.

References vy().

+ Here is the call graph for this function:

◆ setX()

void QTuioCursor::setX ( float x)
inline

Definition at line 28 of file qtuiocursor_p.h.

References qFuzzyCompare(), setState(), state(), QEventPoint::Stationary, QEventPoint::Updated, and x().

+ Here is the call graph for this function:

◆ setY()

void QTuioCursor::setY ( float y)
inline

Definition at line 38 of file qtuiocursor_p.h.

References qFuzzyCompare(), setState(), state(), QEventPoint::Stationary, QEventPoint::Updated, and y().

+ Here is the call graph for this function:

◆ state()

QEventPoint::State QTuioCursor::state ( ) const
inline

Definition at line 58 of file qtuiocursor_p.h.

Referenced by setState(), setX(), and setY().

+ Here is the caller graph for this function:

◆ vx()

float QTuioCursor::vx ( ) const
inline

Definition at line 49 of file qtuiocursor_p.h.

Referenced by setVX().

+ Here is the caller graph for this function:

◆ vy()

float QTuioCursor::vy ( ) const
inline

Definition at line 52 of file qtuiocursor_p.h.

Referenced by setVY().

+ Here is the caller graph for this function:

◆ x()

float QTuioCursor::x ( ) const
inline

Definition at line 36 of file qtuiocursor_p.h.

Referenced by setX().

+ Here is the caller graph for this function:

◆ y()

float QTuioCursor::y ( ) const
inline

Definition at line 46 of file qtuiocursor_p.h.

Referenced by setY().

+ Here is the caller graph for this function:

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