![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlvaluetype_p.h>
Public Member Functions | |
| QQmlPointValueType ()=default | |
| Q_INVOKABLE | QQmlPointValueType (const QPoint &point) |
| Q_INVOKABLE | QQmlPointValueType (const QPointF &point) |
| Q_INVOKABLE QString | toString () const |
| int | x () const |
| int | y () const |
| void | setX (int) |
| void | setY (int) |
Properties | |
| int | x |
| int | y |
Additional Inherited Members | |
| Related Symbols inherited from QPoint | |
| QDataStream & | operator<< (QDataStream &stream, const QPoint &point) |
| Writes the given point to the given stream and returns a reference to the stream. | |
| QDataStream & | operator>> (QDataStream &stream, QPoint &point) |
| Reads a point from the given stream into the given point and returns a reference to the stream. | |
Definition at line 130 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 142 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 143 of file qqmlvaluetype_p.h.
| void QQmlPointValueType::setX | ( | int | x | ) |
Definition at line 162 of file qqmlvaluetype.cpp.
| void QQmlPointValueType::setY | ( | int | y | ) |
Definition at line 167 of file qqmlvaluetype.cpp.
| QString QQmlPointValueType::toString | ( | ) | const |
Definition at line 147 of file qqmlvaluetype.cpp.
| int QQmlPointValueType::x | ( | ) | const |
Definition at line 152 of file qqmlvaluetype.cpp.
| int QQmlPointValueType::y | ( | ) | const |
Definition at line 157 of file qqmlvaluetype.cpp.
|
readwrite |
Definition at line 132 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 133 of file qqmlvaluetype_p.h.