![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/private/qtguiglobal_p.h>#include <QtCore/qalgorithms.h>#include <QtCore/qbitarray.h>#include <QtCore/qlist.h>#include <QtCore/qmap.h>#include <QtCore/qsize.h>#include <QtCore/qrect.h>#include <QtCore/qdebug.h>#include <float.h>#include "qlayoutpolicy_p.h"#include "qabstractlayoutstyleinfo_p.h"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< std::pair< 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<std::pair<int, int>, QGridLayoutMultiCellData> MultiCellMap |
Definition at line 199 of file qgridlayoutengine_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| MinimumSize | |
| PreferredSize | |
| MaximumSize | |
| NSizes | |
Definition at line 41 of file qgridlayoutengine_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NoConstraint | |
| HorizontalConstraint | |
| VerticalConstraint | |
| UnknownConstraint | |
| UnfeasibleConstraint | |
Definition at line 56 of file qgridlayoutengine_p.h.
| enum LayoutSide |
| Enumerator | |
|---|---|
| Left | |
| Top | |
| Right | |
| Bottom | |
Definition at line 49 of file qgridlayoutengine_p.h.
|
inline |
Definition at line 187 of file qgridlayoutengine_p.h.
| bool operator== | ( | const QGridLayoutBox & | box1, |
| const QGridLayoutBox & | box2 ) |
Definition at line 110 of file qgridlayoutengine.cpp.
References NSizes.
| Q_DECLARE_TYPEINFO | ( | QGridLayoutBox | , |
| Q_RELOCATABLE_TYPE | ) |