Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgridlayoutengine_p.h File Reference

(3f720b8acfc3ee63d860a78b58e945923e8bae0a)

#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 <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< QPair< 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

Definition at line 197 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 185 of file qgridlayoutengine_p.h.

References operator==().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 109 of file qgridlayoutengine.cpp.

References i, and NSizes.

Referenced by operator!=().

+ Here is the caller graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QGridLayoutBox ,
Q_RELOCATABLE_TYPE  )