#include <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 | ) |
|
◆ addWidgetDeferred()
◆ 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 |
◆ onAddWidgetDeferred
◆ setGeometry()
void FlowLayout::setGeometry |
( |
const QRect & |
rect | ) |
|
◆ signalAddWidgetDeferred
◆ 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
QVector<QLayoutItem*> FlowLayout::itemList |
|
private |
◆ m_hSpace
◆ m_vSpace
The documentation for this class was generated from the following files: