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
QGridLayoutBox Class Reference

#include <qgridlayoutengine_p.h>

Collaboration diagram for QGridLayoutBox:

Public Member Functions

 QGridLayoutBox ()
void add (const QGridLayoutBox &other, int stretch, qreal spacing)
void combine (const QGridLayoutBox &other)
void normalize ()
qrealq_sizes (int which)
const qrealq_sizes (int which) const

Public Attributes

qreal q_minimumSize
qreal q_preferredSize
qreal q_maximumSize
qreal q_minimumDescent
qreal q_minimumAscent

Detailed Description

Definition at line 141 of file qgridlayoutengine_p.h.

Constructor & Destructor Documentation

◆ QGridLayoutBox()

QGridLayoutBox::QGridLayoutBox ( )
inline

Definition at line 144 of file qgridlayoutengine_p.h.

Member Function Documentation

◆ add()

void QGridLayoutBox::add ( const QGridLayoutBox & other,
int stretch,
qreal spacing )

Definition at line 63 of file qgridlayoutengine.cpp.

◆ combine()

void QGridLayoutBox::combine ( const QGridLayoutBox & other)

Definition at line 72 of file qgridlayoutengine.cpp.

◆ normalize()

void QGridLayoutBox::normalize ( )

Definition at line 92 of file qgridlayoutengine.cpp.

◆ q_sizes() [1/2]

qreal & QGridLayoutBox::q_sizes ( int which)
inline

Definition at line 162 of file qgridlayoutengine_p.h.

◆ q_sizes() [2/2]

const qreal & QGridLayoutBox::q_sizes ( int which) const
inline

Definition at line 166 of file qgridlayoutengine_p.h.

Member Data Documentation

◆ q_maximumSize

qreal QGridLayoutBox::q_maximumSize

Definition at line 159 of file qgridlayoutengine_p.h.

◆ q_minimumAscent

qreal QGridLayoutBox::q_minimumAscent

Definition at line 161 of file qgridlayoutengine_p.h.

◆ q_minimumDescent

qreal QGridLayoutBox::q_minimumDescent

Definition at line 160 of file qgridlayoutengine_p.h.

◆ q_minimumSize

qreal QGridLayoutBox::q_minimumSize

Definition at line 157 of file qgridlayoutengine_p.h.

◆ q_preferredSize

qreal QGridLayoutBox::q_preferredSize

Definition at line 158 of file qgridlayoutengine_p.h.


The documentation for this class was generated from the following files: