![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/private/qtguiglobal_p.h>#include <QtCore/qalgorithms.h>#include <QtCore/qbitarray.h>#include <QtCore/qlist.h>#include <QtCore/qmap.h>#include <QtCore/qpair.h>#include <QtCore/qsize.h>#include <QtCore/qrect.h>#include <float.h>#include "qlayoutpolicy_p.h"#include "qabstractlayoutstyleinfo_p.h"
Include dependency graph for qgridlayoutengine_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QHVContainer< T > |
| class | QLayoutParameter< T > |
| class | QStretchParameter |
| class | QGridLayoutBox |
| class | QGridLayoutMultiCellData |
| class | QGridLayoutRowData |
| class | QGridLayoutRowInfo |
| class | QGridLayoutItem |
| class | QGridLayoutEngine |
Typedefs | |
| typedef QMap< QPair< int, int >, QGridLayoutMultiCellData > | MultiCellMap |
Enumerations | |
| enum | { MinimumSize = Qt::MinimumSize , PreferredSize = Qt::PreferredSize , MaximumSize = Qt::MaximumSize , NSizes } |
| enum | LayoutSide { Left , Top , Right , Bottom } |
| enum | { NoConstraint , HorizontalConstraint , VerticalConstraint , UnknownConstraint , UnfeasibleConstraint } |
Functions | |
| Q_DECLARE_TYPEINFO (QGridLayoutBox, Q_RELOCATABLE_TYPE) | |
| 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 196 of file qgridlayoutengine_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| MinimumSize | |
| PreferredSize | |
| MaximumSize | |
| NSizes | |
Definition at line 40 of file qgridlayoutengine_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NoConstraint | |
| HorizontalConstraint | |
| VerticalConstraint | |
| UnknownConstraint | |
| UnfeasibleConstraint | |
Definition at line 55 of file qgridlayoutengine_p.h.
| enum LayoutSide |
| Enumerator | |
|---|---|
| Left | |
| Top | |
| Right | |
| Bottom | |
Definition at line 48 of file qgridlayoutengine_p.h.
|
inline |
Definition at line 184 of file qgridlayoutengine_p.h.
References operator==().
Here is the call graph for this function:| bool operator== | ( | const QGridLayoutBox & | box1, |
| const QGridLayoutBox & | box2 | ||
| ) |
Definition at line 107 of file qgridlayoutengine.cpp.
References i, NSizes, QGridLayoutBox::q_minimumAscent, QGridLayoutBox::q_minimumDescent, and QGridLayoutBox::q_sizes().
Referenced by operator!=().
Here is the call graph for this function:
Here is the caller graph for this function:| Q_DECLARE_TYPEINFO | ( | QGridLayoutBox | , |
| Q_RELOCATABLE_TYPE | |||
| ) |