![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgridlayoutengine_p.h>
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 141 of file qgridlayoutengine_p.h.
|
inline |
Definition at line 144 of file qgridlayoutengine_p.h.
| void QGridLayoutBox::add | ( | const QGridLayoutBox & | other, |
| int | stretch, | ||
| qreal | spacing ) |
Definition at line 63 of file qgridlayoutengine.cpp.
| void QGridLayoutBox::combine | ( | const QGridLayoutBox & | other | ) |
Definition at line 72 of file qgridlayoutengine.cpp.
| void QGridLayoutBox::normalize | ( | ) |
Definition at line 92 of file qgridlayoutengine.cpp.
|
inline |
Definition at line 162 of file qgridlayoutengine_p.h.
|
inline |
Definition at line 166 of file qgridlayoutengine_p.h.
| qreal QGridLayoutBox::q_maximumSize |
Definition at line 159 of file qgridlayoutengine_p.h.
| qreal QGridLayoutBox::q_minimumAscent |
Definition at line 161 of file qgridlayoutengine_p.h.
| qreal QGridLayoutBox::q_minimumDescent |
Definition at line 160 of file qgridlayoutengine_p.h.
| qreal QGridLayoutBox::q_minimumSize |
Definition at line 157 of file qgridlayoutengine_p.h.
| qreal QGridLayoutBox::q_preferredSize |
Definition at line 158 of file qgridlayoutengine_p.h.