![]() |
Qt 6.x
The Qt SDK
|
#include <qgridlayoutengine_p.h>
Collaboration diagram for QGridLayoutBox:Public Member Functions | |
| QGridLayoutBox () | |
| void | add (const QGridLayoutBox &other, int stretch, qreal spacing) |
| void | combine (const QGridLayoutBox &other) |
| void | normalize () |
| qreal & | q_sizes (int which) |
| const qreal & | q_sizes (int which) const |
Public Attributes | |
| qreal | q_minimumSize |
| qreal | q_preferredSize |
| qreal | q_maximumSize |
| qreal | q_minimumDescent |
| qreal | q_minimumAscent |
Definition at line 138 of file qgridlayoutengine_p.h.
|
inline |
Definition at line 141 of file qgridlayoutengine_p.h.
| void QGridLayoutBox::add | ( | const QGridLayoutBox & | other, |
| int | stretch, | ||
| qreal | spacing | ||
| ) |
Definition at line 60 of file qgridlayoutengine.cpp.
References other(), Q_ASSERT, q_maximumSize, q_minimumDescent, q_minimumSize, q_preferredSize, and spacing.
Here is the call graph for this function:| void QGridLayoutBox::combine | ( | const QGridLayoutBox & | other | ) |
Definition at line 69 of file qgridlayoutengine.cpp.
References other(), q_maximumSize, q_minimumAscent, q_minimumDescent, q_minimumSize, q_preferredSize, qBound(), and qMax().
Here is the call graph for this function:| void QGridLayoutBox::normalize | ( | ) |
Definition at line 89 of file qgridlayoutengine.cpp.
References Q_ASSERT, q_maximumSize, q_minimumAscent, q_minimumDescent, q_minimumSize, q_preferredSize, qBound(), qMax(), and qMin().
Here is the call graph for this function:
|
inline |
Definition at line 159 of file qgridlayoutengine_p.h.
Referenced by compare(), operator==(), and QGridLayoutRowData::stealBox().
Here is the caller graph for this function:
|
inline |
Definition at line 163 of file qgridlayoutengine_p.h.
References Qt::MaximumSize, Qt::MinimumDescent, Qt::MinimumSize, and Qt::PreferredSize.
| qreal QGridLayoutBox::q_maximumSize |
Definition at line 156 of file qgridlayoutengine_p.h.
Referenced by add(), QGridLayoutRowData::calculateGeometries(), combine(), and normalize().
| qreal QGridLayoutBox::q_minimumAscent |
Definition at line 158 of file qgridlayoutengine_p.h.
Referenced by combine(), normalize(), and operator==().
| qreal QGridLayoutBox::q_minimumDescent |
Definition at line 157 of file qgridlayoutengine_p.h.
Referenced by add(), combine(), QGridLayoutItem::geometryWithin(), normalize(), and operator==().
| qreal QGridLayoutBox::q_minimumSize |
Definition at line 154 of file qgridlayoutengine_p.h.
Referenced by add(), QGridLayoutRowData::calculateGeometries(), combine(), QGridLayoutItem::geometryWithin(), and normalize().
| qreal QGridLayoutBox::q_preferredSize |
Definition at line 155 of file qgridlayoutengine_p.h.
Referenced by add(), QGridLayoutRowData::calculateGeometries(), combine(), and normalize().