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

#include <qtoolbararealayout_p.h>

Collaboration diagram for QToolBarAreaLayoutLine:

Public Member Functions

 QToolBarAreaLayoutLine ()
 QToolBarAreaLayoutLine (Qt::Orientation orientation)
QSize sizeHint () const
QSize minimumSize () const
void fitLayout ()
bool skip () const

Public Attributes

QRect rect
Qt::Orientation o
QList< QToolBarAreaLayoutItemtoolBarItems

Detailed Description

Definition at line 77 of file qtoolbararealayout_p.h.

Constructor & Destructor Documentation

◆ QToolBarAreaLayoutLine() [1/2]

QToolBarAreaLayoutLine::QToolBarAreaLayoutLine ( )
inline

Definition at line 80 of file qtoolbararealayout_p.h.

◆ QToolBarAreaLayoutLine() [2/2]

QToolBarAreaLayoutLine::QToolBarAreaLayoutLine ( Qt::Orientation orientation)

Definition at line 66 of file qtoolbararealayout.cpp.

References QToolBarAreaLayoutLine().

Referenced by QToolBarAreaLayoutLine().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ fitLayout()

void QToolBarAreaLayoutLine::fitLayout ( )

Definition at line 111 of file qtoolbararealayout.cpp.

References QToolBarAreaLayoutItem::pos, QToolBarAreaLayoutItem::size, QToolBarAreaLayoutItem::skip(), and QToolBarAreaLayoutItem::widgetItem.

Referenced by QToolBarAreaLayoutInfo::fitLayout().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ minimumSize()

QSize QToolBarAreaLayoutLine::minimumSize ( ) const

Definition at line 91 of file qtoolbararealayout.cpp.

References QToolBarAreaLayoutItem::skip().

Here is the call graph for this function:

◆ sizeHint()

QSize QToolBarAreaLayoutLine::sizeHint ( ) const

Definition at line 71 of file qtoolbararealayout.cpp.

References QToolBarAreaLayoutItem::skip().

Here is the call graph for this function:

◆ skip()

bool QToolBarAreaLayoutLine::skip ( ) const

Definition at line 153 of file qtoolbararealayout.cpp.

Referenced by QToolBarAreaLayout::apply(), QToolBarAreaLayoutInfo::fitLayout(), QToolBarAreaLayoutInfo::gapIndex(), QToolBarAreaLayoutInfo::minimumSize(), and QToolBarAreaLayoutInfo::sizeHint().

Here is the caller graph for this function:

Member Data Documentation

◆ o

Qt::Orientation QToolBarAreaLayoutLine::o

Definition at line 90 of file qtoolbararealayout_p.h.

◆ rect

QRect QToolBarAreaLayoutLine::rect

Definition at line 89 of file qtoolbararealayout_p.h.

◆ toolBarItems

QList<QToolBarAreaLayoutItem> QToolBarAreaLayoutLine::toolBarItems

Definition at line 92 of file qtoolbararealayout_p.h.


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