![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlvaluetype_p.h>
Collaboration diagram for QQmlPointValueType:Public Member Functions | |
| QQmlPointValueType ()=default | |
| Q_INVOKABLE | QQmlPointValueType (const QPointF &point) |
| Q_INVOKABLE QString | toString () const |
| int | x () const |
| int | y () const |
| void | setX (int) |
| void | setY (int) |
| operator QPoint () const | |
Public Attributes | |
| QPoint | v |
Properties | |
| int | x |
| int | y |
Definition at line 130 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 144 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 151 of file qqmlvaluetype_p.h.
| void QQmlPointValueType::setX | ( | int | x | ) |
Definition at line 149 of file qqmlvaluetype.cpp.
| void QQmlPointValueType::setY | ( | int | y | ) |
Definition at line 154 of file qqmlvaluetype.cpp.
| QString QQmlPointValueType::toString | ( | ) | const |
Definition at line 134 of file qqmlvaluetype.cpp.
References QString::asprintf().
Here is the call graph for this function:| int QQmlPointValueType::x | ( | ) | const |
Definition at line 139 of file qqmlvaluetype.cpp.
| int QQmlPointValueType::y | ( | ) | const |
Definition at line 144 of file qqmlvaluetype.cpp.
| QPoint QQmlPointValueType::v |
Definition at line 132 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 132 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 132 of file qqmlvaluetype_p.h.