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
QQuickMultiPointHandler::PointData Struct Reference

#include <qquickmultipointhandler_p.h>

+ Collaboration diagram for QQuickMultiPointHandler::PointData:

Public Member Functions

 PointData ()
 
 PointData (quint64 id, qreal angle)
 

Public Attributes

quint64 id
 
qreal angle
 

Detailed Description

Definition at line 52 of file qquickmultipointhandler_p.h.

Constructor & Destructor Documentation

◆ PointData() [1/2]

QQuickMultiPointHandler::PointData::PointData ( )
inline

Definition at line 53 of file qquickmultipointhandler_p.h.

◆ PointData() [2/2]

QQuickMultiPointHandler::PointData::PointData ( quint64 id,
qreal angle )
inline

Definition at line 54 of file qquickmultipointhandler_p.h.

Member Data Documentation

◆ angle

qreal QQuickMultiPointHandler::PointData::angle

Definition at line 56 of file qquickmultipointhandler_p.h.

◆ id

quint64 QQuickMultiPointHandler::PointData::id

Definition at line 55 of file qquickmultipointhandler_p.h.


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