![]() |
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 | |
Q_INVOKABLE | QQmlPointFValueType ()=default |
Q_INVOKABLE | QQmlPointFValueType (const QPointF &point) |
Q_INVOKABLE | QQmlPointFValueType (const QPoint &point) |
Q_INVOKABLE QString | toString () const |
qreal | x () const |
qreal | y () const |
void | setX (qreal) |
void | setY (qreal) |
Properties | |
qreal | x |
qreal | y |
Additional Inherited Members | |
Related Symbols inherited from QPointF | |
QDataStream & | operator<< (QDataStream &stream, const QPointF &point) |
Writes the given point to the given stream and returns a reference to the stream. | |
QDataStream & | operator>> (QDataStream &stream, QPointF &point) |
Reads a point from the given stream into the given point and returns a reference to the stream. |
Definition at line 109 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 121 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 122 of file qqmlvaluetype_p.h.
Definition at line 136 of file qqmlvaluetype.cpp.
Definition at line 141 of file qqmlvaluetype.cpp.
QString QQmlPointFValueType::toString | ( | ) | const |
Definition at line 121 of file qqmlvaluetype.cpp.
qreal QQmlPointFValueType::x | ( | ) | const |
Definition at line 126 of file qqmlvaluetype.cpp.
qreal QQmlPointFValueType::y | ( | ) | const |
Definition at line 131 of file qqmlvaluetype.cpp.
|
readwrite |
Definition at line 111 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 112 of file qqmlvaluetype_p.h.