![]() |
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 | |
QQmlMarginsValueType ()=default | |
Q_INVOKABLE | QQmlMarginsValueType (const QMargins &margins) |
Q_INVOKABLE | QQmlMarginsValueType (const QMarginsF &margins) |
Q_INVOKABLE QString | toString () const |
int | left () const |
int | right () const |
int | top () const |
int | bottom () const |
void | setLeft (int) |
void | setRight (int) |
void | setTop (int) |
void | setBottom (int) |
Properties | |
int | left |
int | right |
int | top |
int | bottom |
Additional Inherited Members | |
Related Symbols inherited from QMargins | |
QMargins | operator+ (const QMargins &margins) |
Returns a QMargin object that is formed from all components of margins. | |
QMargins | operator- (const QMargins &margins) |
Returns a QMargin object that is formed by negating all components of margins. | |
QDataStream & | operator<< (QDataStream &stream, const QMargins &m) |
Writes margin m to the given stream and returns a reference to the stream. | |
QDataStream & | operator>> (QDataStream &stream, QMargins &m) |
Reads a margin from the given stream into margin m and returns a reference to the stream. |
Definition at line 294 of file qqmlvaluetype_p.h.
|
default |
|
inline |
Definition at line 308 of file qqmlvaluetype_p.h.
|
inline |
Definition at line 309 of file qqmlvaluetype_p.h.
int QQmlMarginsValueType::bottom | ( | ) | const |
Definition at line 426 of file qqmlvaluetype.cpp.
int QQmlMarginsValueType::left | ( | ) | const |
Definition at line 411 of file qqmlvaluetype.cpp.
int QQmlMarginsValueType::right | ( | ) | const |
Definition at line 421 of file qqmlvaluetype.cpp.
void QQmlMarginsValueType::setBottom | ( | int | bottom | ) |
Definition at line 446 of file qqmlvaluetype.cpp.
void QQmlMarginsValueType::setLeft | ( | int | left | ) |
Definition at line 431 of file qqmlvaluetype.cpp.
void QQmlMarginsValueType::setRight | ( | int | right | ) |
Definition at line 441 of file qqmlvaluetype.cpp.
void QQmlMarginsValueType::setTop | ( | int | top | ) |
Definition at line 436 of file qqmlvaluetype.cpp.
int QQmlMarginsValueType::top | ( | ) | const |
Definition at line 416 of file qqmlvaluetype.cpp.
QString QQmlMarginsValueType::toString | ( | ) | const |
Definition at line 404 of file qqmlvaluetype.cpp.
|
readwrite |
Definition at line 299 of file qqmlvaluetype_p.h.
|
readwrite |
Definition at line 296 of file qqmlvaluetype_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Left().
|
readwrite |
Definition at line 297 of file qqmlvaluetype_p.h.
Referenced by testing.tools.safetynet_image.ImageLocations::Right().
|
readwrite |
Definition at line 298 of file qqmlvaluetype_p.h.