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