Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qgridlayoutengine_p.h File Reference

(64fe7d29760487b6f8b0510c20da3da065ed66bd)

#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"
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< std::pair< int, int >, QGridLayoutMultiCellDataMultiCellMap

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 Documentation

◆ MultiCellMap

typedef QMap<std::pair<int, int>, QGridLayoutMultiCellData> MultiCellMap

Definition at line 199 of file qgridlayoutengine_p.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MinimumSize 
PreferredSize 
MaximumSize 
NSizes 

Definition at line 41 of file qgridlayoutengine_p.h.

◆ anonymous enum

anonymous enum
Enumerator
NoConstraint 
HorizontalConstraint 
VerticalConstraint 
UnknownConstraint 
UnfeasibleConstraint 

Definition at line 56 of file qgridlayoutengine_p.h.

◆ LayoutSide

enum LayoutSide
Enumerator
Left 
Top 
Right 
Bottom 

Definition at line 49 of file qgridlayoutengine_p.h.

Function Documentation

◆ operator!=()

bool operator!= ( const QGridLayoutBox & box1,
const QGridLayoutBox & box2 )
inline

Definition at line 187 of file qgridlayoutengine_p.h.

◆ operator==()

bool operator== ( const QGridLayoutBox & box1,
const QGridLayoutBox & box2 )

Definition at line 110 of file qgridlayoutengine.cpp.

References NSizes.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QGridLayoutBox ,
Q_RELOCATABLE_TYPE  )