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
qqstylekitlayout.cpp File Reference

(941445ba18c8003948dc9bb9e257114ca13e12fb)

#include "qqstylekitlayout_p.h"
#include "moc_qqstylekitlayout_p.cpp"
Include dependency graph for qqstylekitlayout.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE qreal width (QQStyleKitLayoutItem *li, qreal availableWidth=.0)
static qreal height (QQStyleKitLayoutItem *li, qreal availableHeight=.0)
static qreal totalWidth (const QList< QQStyleKitLayoutItem * > &items, qreal spacing)
static qreal totalHeight (const QList< QQStyleKitLayoutItem * > &items)
static qreal vAlignY (QQStyleKitLayoutItem *li, qreal containerY, qreal containerHeight)

Function Documentation

◆ height()

qreal height ( QQStyleKitLayoutItem * li,
qreal availableHeight = .0 )
static

Definition at line 19 of file qqstylekitlayout.cpp.

◆ totalHeight()

qreal totalHeight ( const QList< QQStyleKitLayoutItem * > & items)
static

Definition at line 40 of file qqstylekitlayout.cpp.

◆ totalWidth()

qreal totalWidth ( const QList< QQStyleKitLayoutItem * > & items,
qreal spacing )
static

Definition at line 30 of file qqstylekitlayout.cpp.

◆ vAlignY()

qreal vAlignY ( QQStyleKitLayoutItem * li,
qreal containerY,
qreal containerHeight )
static

Definition at line 53 of file qqstylekitlayout.cpp.

◆ width()

QT_BEGIN_NAMESPACE qreal width ( QQStyleKitLayoutItem * li,
qreal availableWidth = .0 )
static

Definition at line 8 of file qqstylekitlayout.cpp.