![]() |
Qt 4.8
|
#include "qglobal.h"#include <math.h>#include "qgraphicslayoutitem.h"#include "qgridlayoutengine_p.h"#include "qstyleoption.h"#include "qvarlengtharray.h"#include <QtDebug>#include <QtCore/qmath.h>Go to the source code of this file.
Functions | |
| static qreal | compare (const QGridLayoutBox &box1, const QGridLayoutBox &box2, int which) |
| static qreal | fixedDescent (qreal descent, qreal ascent, qreal targetSize) |
| static qreal | growthFactorBelowPreferredSize (qreal desired, qreal sumAvailable, qreal sumDesired) |
| template<typename T > | |
| static void | insertOrRemoveItems (QVector< T > &items, int index, int delta) |
| bool | operator== (const QGridLayoutBox &box1, const QGridLayoutBox &box2) |
| static void | visualRect (QRectF *geom, Qt::LayoutDirection dir, const QRectF &contentsRect) |
|
static |
Definition at line 90 of file qgridlayoutengine.cpp.
Referenced by QGridLayoutRowData::distributeMultiCells().
Definition at line 77 of file qgridlayoutengine.cpp.
Referenced by QGridLayoutRowData::calculateGeometries(), and QGridLayoutEngine::fillRowData().
|
static |
Definition at line 71 of file qgridlayoutengine.cpp.
Referenced by QGridLayoutRowData::calculateGeometries().
|
static |
Definition at line 59 of file qgridlayoutengine.cpp.
Referenced by QGridLayoutRowInfo::insertOrRemoveRows().
| bool operator== | ( | const QGridLayoutBox & | box1, |
| const QGridLayoutBox & | box2 | ||
| ) |
Definition at line 149 of file qgridlayoutengine.cpp.
Referenced by operator!=(), and QGridLayoutBox::q_sizes().
|
static |
Definition at line 1080 of file qgridlayoutengine.cpp.
Referenced by QGridLayoutEngine::setGeometries(), QWindowsMobileStyle::sizeFromContents(), and QWindowsMobileStyle::subControlRect().