![]() |
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 | QQmlSizeFValueType ()=default |
| Q_INVOKABLE | QQmlSizeFValueType (const QSizeF &size) |
| Q_INVOKABLE | QQmlSizeFValueType (const QSize &size) |
| Q_INVOKABLE QString | toString () const |
| qreal | width () const |
| qreal | height () const |
| void | setWidth (qreal) |
| void | setHeight (qreal) |
Properties | |
| qreal | width |
| qreal | height |
Additional Inherited Members | |
| Related Symbols inherited from QSizeF | |
| QDataStream & | operator<< (QDataStream &stream, const QSizeF &size) |
| Writes the given size to the given stream and returns a reference to the stream. | |
| QDataStream & | operator>> (QDataStream &stream, QSizeF &size) |
| Reads a size from the given stream into the given size and returns a reference to the stream. | |
Definition at line 151 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 163 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 164 of file qqmlvaluetype_p.h.
| qreal QQmlSizeFValueType::height | ( | ) | const |
Definition at line 183 of file qqmlvaluetype.cpp.
Definition at line 193 of file qqmlvaluetype.cpp.
Definition at line 188 of file qqmlvaluetype.cpp.
| QString QQmlSizeFValueType::toString | ( | ) | const |
Definition at line 173 of file qqmlvaluetype.cpp.
| qreal QQmlSizeFValueType::width | ( | ) | const |
Definition at line 178 of file qqmlvaluetype.cpp.
|
readwrite |
Definition at line 154 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 153 of file qqmlvaluetype_p.h.