![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlvaluetype_p.h>
Collaboration diagram for QQmlPointFValueType:Public Member Functions | |
| QQmlPointFValueType ()=default | |
| Q_INVOKABLE | QQmlPointFValueType (const QPoint &point) |
| Q_INVOKABLE QString | toString () const |
| qreal | x () const |
| qreal | y () const |
| void | setX (qreal) |
| void | setY (qreal) |
| operator QPointF () const | |
Public Attributes | |
| QPointF | v |
Properties | |
| qreal | x |
| qreal | y |
Definition at line 106 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 120 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 127 of file qqmlvaluetype_p.h.
Definition at line 123 of file qqmlvaluetype.cpp.
Definition at line 128 of file qqmlvaluetype.cpp.
| QString QQmlPointFValueType::toString | ( | ) | const |
Definition at line 108 of file qqmlvaluetype.cpp.
References QString::asprintf().
Here is the call graph for this function:| qreal QQmlPointFValueType::x | ( | ) | const |
Definition at line 113 of file qqmlvaluetype.cpp.
| qreal QQmlPointFValueType::y | ( | ) | const |
Definition at line 118 of file qqmlvaluetype.cpp.
| QPointF QQmlPointFValueType::v |
Definition at line 108 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 108 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 108 of file qqmlvaluetype_p.h.