#include <flowlayout.h>
|
| int | doLayout (const QRect &rect, bool testOnly) const |
| |
| int | smartSpacing (QStyle::PixelMetric pm) const |
| |
Definition at line 46 of file flowlayout.h.
◆ FlowLayout() [1/2]
| FlowLayout::FlowLayout |
( |
QWidget * |
parent, |
|
|
int |
margin = -1, |
|
|
int |
hSpacing = -1, |
|
|
int |
vSpacing = -1 |
|
) |
| |
|
explicit |
◆ FlowLayout() [2/2]
| FlowLayout::FlowLayout |
( |
int |
margin = -1, |
|
|
int |
hSpacing = -1, |
|
|
int |
vSpacing = -1 |
|
) |
| |
|
explicit |
◆ ~FlowLayout()
| FlowLayout::~FlowLayout |
( |
| ) |
|
◆ addItem()
| void FlowLayout::addItem |
( |
QLayoutItem * |
item | ) |
|
◆ count()
| int FlowLayout::count |
( |
| ) |
const |
◆ doLayout()
| int FlowLayout::doLayout |
( |
const QRect & |
rect, |
|
|
bool |
testOnly |
|
) |
| const |
|
private |
◆ expandingDirections()
| Qt::Orientations FlowLayout::expandingDirections |
( |
| ) |
const |
◆ hasHeightForWidth()
| bool FlowLayout::hasHeightForWidth |
( |
| ) |
const |
◆ heightForWidth()
| int FlowLayout::heightForWidth |
( |
int |
width | ) |
const |
◆ horizontalSpacing()
| int FlowLayout::horizontalSpacing |
( |
| ) |
const |
◆ itemAt()
| QLayoutItem * FlowLayout::itemAt |
( |
int |
index | ) |
const |
◆ minimumSize()
| QSize FlowLayout::minimumSize |
( |
| ) |
const |
◆ setGeometry()
| void FlowLayout::setGeometry |
( |
const QRect & |
rect | ) |
|
◆ sizeHint()
| QSize FlowLayout::sizeHint |
( |
| ) |
const |
◆ smartSpacing()
| int FlowLayout::smartSpacing |
( |
QStyle::PixelMetric |
pm | ) |
const |
|
private |
◆ takeAt()
| QLayoutItem * FlowLayout::takeAt |
( |
int |
index | ) |
|
◆ verticalSpacing()
| int FlowLayout::verticalSpacing |
( |
| ) |
const |
◆ itemList
| QList<QLayoutItem*> FlowLayout::itemList |
|
private |
◆ m_hSpace
◆ m_vSpace
The documentation for this class was generated from the following files: