![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qglobal.h"
#include "qgridlayoutengine_p.h"
#include "qvarlengtharray.h"
#include <QtDebug>
#include <QtCore/qmath.h>
Go to the source code of this file.
Macros | |
#define | LAYOUTITEMSIZE_MAX (1 << 24) |
Functions | |
template<typename T> | |
static void | insertOrRemoveItems (QList< T > &items, int index, int delta) |
static qreal | growthFactorBelowPreferredSize (qreal desired, qreal sumAvailable, qreal sumDesired) |
static qreal | fixedDescent (qreal descent, qreal ascent, qreal targetSize) |
static qreal | compare (const QGridLayoutBox &box1, const QGridLayoutBox &box2, int which) |
bool | operator== (const QGridLayoutBox &box1, const QGridLayoutBox &box2) |
static void | visualRect (QRectF *geom, Qt::LayoutDirection dir, const QRectF &contentsRect) |
#define LAYOUTITEMSIZE_MAX (1 << 24) |
Definition at line 17 of file qgridlayoutengine.cpp.
|
static |
Definition at line 51 of file qgridlayoutengine.cpp.
References MaximumSize.
Definition at line 38 of file qgridlayoutengine.cpp.
Definition at line 32 of file qgridlayoutengine.cpp.
Definition at line 20 of file qgridlayoutengine.cpp.
bool operator== | ( | const QGridLayoutBox & | box1, |
const QGridLayoutBox & | box2 ) |
Definition at line 110 of file qgridlayoutengine.cpp.
References NSizes.
|
static |
Definition at line 1021 of file qgridlayoutengine.cpp.