![]() |
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 | QQmlRectFValueType ()=default |
| Q_INVOKABLE | QQmlRectFValueType (const QRectF &rect) |
| Q_INVOKABLE | QQmlRectFValueType (const QRect &rect) |
| Q_INVOKABLE QString | toString () const |
| qreal | x () const |
| qreal | y () const |
| void | setX (qreal) |
| void | setY (qreal) |
| qreal | width () const |
| qreal | height () const |
| void | setWidth (qreal) |
| void | setHeight (qreal) |
| qreal | left () const |
| qreal | right () const |
| qreal | top () const |
| qreal | bottom () const |
Properties | |
| qreal | x |
| qreal | y |
| qreal | width |
| qreal | height |
| qreal | left |
| qreal | right |
| qreal | top |
| qreal | bottom |
Additional Inherited Members | |
| Related Symbols inherited from QRectF | |
| QRectF | operator+ (const QRectF &lhs, const QMarginsF &rhs) |
| QRectF | operator- (const QRectF &lhs, const QMarginsF &rhs) |
| QRectF | operator+ (const QMarginsF &lhs, const QRectF &rhs) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| QDataStream & | operator<< (QDataStream &stream, const QRectF &rectangle) |
| Writes the rectangle to the stream, and returns a reference to the stream. | |
| QDataStream & | operator>> (QDataStream &stream, QRectF &rectangle) |
| Reads a rectangle from the stream, and returns a reference to the stream. | |
Definition at line 194 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 212 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 213 of file qqmlvaluetype_p.h.
| qreal QQmlRectFValueType::bottom | ( | ) | const |
Definition at line 286 of file qqmlvaluetype.cpp.
| qreal QQmlRectFValueType::height | ( | ) | const |
Definition at line 256 of file qqmlvaluetype.cpp.
| qreal QQmlRectFValueType::left | ( | ) | const |
Definition at line 271 of file qqmlvaluetype.cpp.
| qreal QQmlRectFValueType::right | ( | ) | const |
Definition at line 276 of file qqmlvaluetype.cpp.
Definition at line 266 of file qqmlvaluetype.cpp.
Definition at line 261 of file qqmlvaluetype.cpp.
Definition at line 241 of file qqmlvaluetype.cpp.
Definition at line 246 of file qqmlvaluetype.cpp.
| qreal QQmlRectFValueType::top | ( | ) | const |
Definition at line 281 of file qqmlvaluetype.cpp.
| QString QQmlRectFValueType::toString | ( | ) | const |
Definition at line 225 of file qqmlvaluetype.cpp.
| qreal QQmlRectFValueType::width | ( | ) | const |
Definition at line 251 of file qqmlvaluetype.cpp.
| qreal QQmlRectFValueType::x | ( | ) | const |
Definition at line 231 of file qqmlvaluetype.cpp.
| qreal QQmlRectFValueType::y | ( | ) | const |
Definition at line 236 of file qqmlvaluetype.cpp.
|
read |
Definition at line 203 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 199 of file qqmlvaluetype_p.h.
|
read |
Definition at line 200 of file qqmlvaluetype_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
|
read |
Definition at line 201 of file qqmlvaluetype_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().
|
read |
Definition at line 202 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 198 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 196 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 197 of file qqmlvaluetype_p.h.