![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtoolbararealayout_p.h>
Public Member Functions | |
QToolBarAreaLayoutItem (QLayoutItem *item=nullptr) | |
bool | skip () const |
QSize | minimumSize () const |
QSize | sizeHint () const |
QSize | realSizeHint () const |
void | resize (Qt::Orientation o, int newSize) |
void | extendSize (Qt::Orientation o, int extent) |
Public Attributes | |
QLayoutItem * | widgetItem |
int | pos |
int | size |
int | preferredSize |
bool | gap |
Definition at line 34 of file qtoolbararealayout_p.h.
|
inline |
Definition at line 37 of file qtoolbararealayout_p.h.
References gap, pos, preferredSize, size, and widgetItem.
|
inline |
Definition at line 57 of file qtoolbararealayout_p.h.
References preferredSize, and size.
QSize QToolBarAreaLayoutItem::minimumSize | ( | ) | const |
Definition at line 26 of file qtoolbararealayout.cpp.
References skip(), and widgetItem.
QSize QToolBarAreaLayoutItem::realSizeHint | ( | ) | const |
Definition at line 42 of file qtoolbararealayout.cpp.
References QPainter::QWidget, and widgetItem.
|
inline |
Definition at line 45 of file qtoolbararealayout_p.h.
References preferredSize, and size.
QSize QToolBarAreaLayoutItem::sizeHint | ( | ) | const |
Definition at line 33 of file qtoolbararealayout.cpp.
References skip().
bool QToolBarAreaLayoutItem::skip | ( | ) | const |
Definition at line 55 of file qtoolbararealayout.cpp.
References gap, and widgetItem.
Referenced by QToolBarAreaLayout::apply(), QToolBarAreaLayoutLine::fitLayout(), QToolBarAreaLayoutInfo::gapIndex(), QToolBarAreaLayoutInfo::insertGap(), minimumSize(), QToolBarAreaLayoutLine::minimumSize(), QToolBarAreaLayoutInfo::moveToolBar(), sizeHint(), QToolBarAreaLayoutLine::sizeHint(), and QToolBarAreaLayout::unplug().
bool QToolBarAreaLayoutItem::gap |
Definition at line 73 of file qtoolbararealayout_p.h.
Referenced by QToolBarAreaLayoutItem(), QToolBarAreaLayout::apply(), QToolBarAreaLayout::deleteAllLayoutItems(), QToolBarAreaLayout::indexOf(), QToolBarAreaLayoutInfo::insertGap(), QToolBarAreaLayout::plug(), skip(), and QToolBarAreaLayout::unplug().
int QToolBarAreaLayoutItem::pos |
Definition at line 70 of file qtoolbararealayout_p.h.
Referenced by QToolBarAreaLayoutItem(), QToolBarAreaLayout::apply(), QToolBarAreaLayoutLine::fitLayout(), QToolBarAreaLayoutInfo::gapIndex(), QToolBarAreaLayoutInfo::itemRect(), QToolBarAreaLayoutInfo::moveToolBar(), QToolBarAreaLayout::saveState(), and QToolBarAreaLayout::unplug().
int QToolBarAreaLayoutItem::preferredSize |
Definition at line 72 of file qtoolbararealayout_p.h.
Referenced by QToolBarAreaLayoutItem(), extendSize(), QToolBarAreaLayoutInfo::insertGap(), resize(), QToolBarAreaLayout::restoreState(), and QToolBarAreaLayout::saveState().
int QToolBarAreaLayoutItem::size |
Definition at line 71 of file qtoolbararealayout_p.h.
Referenced by QToolBarAreaLayoutItem(), QToolBarAreaLayout::apply(), extendSize(), QToolBarAreaLayoutLine::fitLayout(), QToolBarAreaLayoutInfo::insertGap(), QToolBarAreaLayoutInfo::itemRect(), QToolBarAreaLayoutInfo::moveToolBar(), resize(), and QToolBarAreaLayout::restoreState().
QLayoutItem* QToolBarAreaLayoutItem::widgetItem |
Definition at line 69 of file qtoolbararealayout_p.h.
Referenced by QToolBarAreaLayoutItem(), QToolBarAreaLayout::apply(), QToolBarAreaLayout::deleteAllLayoutItems(), QToolBarAreaLayoutLine::fitLayout(), QToolBarAreaLayout::indexOf(), QToolBarAreaLayoutInfo::insertGap(), minimumSize(), QToolBarAreaLayoutInfo::moveToolBar(), QToolBarAreaLayout::plug(), realSizeHint(), QToolBarAreaLayoutInfo::removeToolBar(), QToolBarAreaLayout::saveState(), skip(), and QToolBarAreaLayout::unplug().