![]() |
Qt 4.8
|
#include "qalgorithms.h"#include "qbitarray.h"#include "qlist.h"#include "qmap.h"#include "qpair.h"#include "qvector.h"#include "qgraphicslayout_p.h"#include <float.h>Go to the source code of this file.
Classes | |
| class | QGridLayoutBox |
| class | QGridLayoutEngine |
| class | QGridLayoutItem |
| class | QGridLayoutMultiCellData |
| class | QGridLayoutRowData |
| class | QGridLayoutRowInfo |
| class | QLayoutParameter< T > |
| class | QStretchParameter |
Typedefs | |
| typedef QMap< QPair< int, int >, QGridLayoutMultiCellData > | MultiCellMap |
Enumerations | |
| enum | { MinimumSize = Qt::MinimumSize, PreferredSize = Qt::PreferredSize, MaximumSize = Qt::MaximumSize, NSizes } |
| enum | { Hor, Ver, NOrientations } |
| enum | { NoConstraint, HorizontalConstraint, VerticalConstraint, UnknownConstraint, UnfeasibleConstraint } |
| enum | LayoutSide { Left, Top, Right, Bottom } |
Functions | |
| bool | operator!= (const QGridLayoutBox &box1, const QGridLayoutBox &box2) |
| bool | operator== (const QGridLayoutBox &box1, const QGridLayoutBox &box2) |
| typedef QMap<QPair<int, int>, QGridLayoutMultiCellData> MultiCellMap |
Definition at line 225 of file qgridlayoutengine_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| MinimumSize | |
| PreferredSize | |
| MaximumSize | |
| NSizes | |
Definition at line 72 of file qgridlayoutengine_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Hor | |
| Ver | |
| NOrientations | |
Definition at line 80 of file qgridlayoutengine_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NoConstraint | |
| HorizontalConstraint | |
| VerticalConstraint | |
| UnknownConstraint | |
| UnfeasibleConstraint | |
Definition at line 94 of file qgridlayoutengine_p.h.
| enum LayoutSide |
| Enumerator | |
|---|---|
| Left | |
| Top | |
| Right | |
| Bottom | |
Definition at line 87 of file qgridlayoutengine_p.h.
|
inline |
Definition at line 213 of file qgridlayoutengine_p.h.
| bool operator== | ( | const QGridLayoutBox & | box1, |
| const QGridLayoutBox & | box2 | ||
| ) |
Definition at line 149 of file qgridlayoutengine.cpp.
Referenced by operator!=(), and QGridLayoutBox::q_sizes().