Qt 4.8
|
#include <qgridlayoutengine_p.h>
Public Functions | |
void | add (const QGridLayoutBox &other, int stretch, qreal spacing) |
void | combine (const QGridLayoutBox &other) |
void | dump (int indent=0) const |
void | normalize () |
qreal & | q_sizes (int which) |
const qreal & | q_sizes (int which) const |
QGridLayoutBox () | |
Public Variables | |
qreal | q_maximumSize |
qreal | q_minimumAscent |
qreal | q_minimumDescent |
qreal | q_minimumSize |
qreal | q_preferredSize |
Definition at line 139 of file qgridlayoutengine_p.h.
|
inline |
void QGridLayoutBox::add | ( | const QGridLayoutBox & | other, |
int | stretch, | ||
qreal | spacing | ||
) |
void QGridLayoutBox::combine | ( | const QGridLayoutBox & | other | ) |
Definition at line 111 of file qgridlayoutengine.cpp.
Referenced by QGridLayoutEngine::fillRowData().
void QGridLayoutBox::dump | ( | int | indent = 0 | ) | const |
Definition at line 142 of file qgridlayoutengine.cpp.
void QGridLayoutBox::normalize | ( | ) |
Definition at line 131 of file qgridlayoutengine.cpp.
Referenced by QGridLayoutEngine::fillRowData().
|
inline |
Definition at line 160 of file qgridlayoutengine_p.h.
Referenced by compare(), QGridLayoutRowData::distributeMultiCells(), operator==(), and QGridLayoutRowData::stealBox().
|
inline |
Definition at line 185 of file qgridlayoutengine_p.h.
qreal QGridLayoutBox::q_maximumSize |
Definition at line 157 of file qgridlayoutengine_p.h.
Referenced by add(), QGridLayoutItem::box(), QGridLayoutRowData::calculateGeometries(), combine(), dump(), QGridLayoutEngine::fillRowData(), normalize(), and QGridLayoutRowData::totalBox().
qreal QGridLayoutBox::q_minimumAscent |
Definition at line 159 of file qgridlayoutengine_p.h.
Referenced by QGridLayoutItem::box(), QGridLayoutRowData::calculateGeometries(), combine(), dump(), QGridLayoutEngine::fillRowData(), normalize(), and operator==().
qreal QGridLayoutBox::q_minimumDescent |
Definition at line 158 of file qgridlayoutengine_p.h.
Referenced by add(), QGridLayoutItem::box(), QGridLayoutRowData::calculateGeometries(), combine(), dump(), QGridLayoutEngine::fillRowData(), QGridLayoutItem::geometryWithin(), normalize(), and operator==().
qreal QGridLayoutBox::q_minimumSize |
Definition at line 155 of file qgridlayoutengine_p.h.
Referenced by add(), QGridLayoutItem::box(), QGridLayoutRowData::calculateGeometries(), combine(), dump(), QGridLayoutEngine::fillRowData(), QGridLayoutItem::geometryWithin(), and normalize().
qreal QGridLayoutBox::q_preferredSize |
Definition at line 156 of file qgridlayoutengine_p.h.
Referenced by add(), QGridLayoutItem::box(), QGridLayoutRowData::calculateGeometries(), combine(), dump(), QGridLayoutEngine::fillRowData(), and normalize().