![]() |
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 193 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 211 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 212 of file qqmlvaluetype_p.h.
qreal QQmlRectFValueType::bottom | ( | ) | const |
Definition at line 285 of file qqmlvaluetype.cpp.
qreal QQmlRectFValueType::height | ( | ) | const |
Definition at line 255 of file qqmlvaluetype.cpp.
qreal QQmlRectFValueType::left | ( | ) | const |
Definition at line 270 of file qqmlvaluetype.cpp.
qreal QQmlRectFValueType::right | ( | ) | const |
Definition at line 275 of file qqmlvaluetype.cpp.
Definition at line 265 of file qqmlvaluetype.cpp.
Definition at line 260 of file qqmlvaluetype.cpp.
Definition at line 240 of file qqmlvaluetype.cpp.
Definition at line 245 of file qqmlvaluetype.cpp.
qreal QQmlRectFValueType::top | ( | ) | const |
Definition at line 280 of file qqmlvaluetype.cpp.
QString QQmlRectFValueType::toString | ( | ) | const |
Definition at line 224 of file qqmlvaluetype.cpp.
qreal QQmlRectFValueType::width | ( | ) | const |
Definition at line 250 of file qqmlvaluetype.cpp.
qreal QQmlRectFValueType::x | ( | ) | const |
Definition at line 230 of file qqmlvaluetype.cpp.
qreal QQmlRectFValueType::y | ( | ) | const |
Definition at line 235 of file qqmlvaluetype.cpp.
|
read |
Definition at line 202 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 198 of file qqmlvaluetype_p.h.
|
read |
Definition at line 199 of file qqmlvaluetype_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
|
read |
Definition at line 200 of file qqmlvaluetype_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().
|
read |
Definition at line 201 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 197 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 195 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 196 of file qqmlvaluetype_p.h.