![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <flowlayout.h>


Public Member Functions | |
| FlowLayout (QWidget *parent, int margin=-1, int hSpacing=-1, int vSpacing=-1) | |
| FlowLayout (int margin=-1, int hSpacing=-1, int vSpacing=-1) | |
| ~FlowLayout () | |
| void | clear () |
| void | addItem (QLayoutItem *item) Q_DECL_OVERRIDE |
| int | horizontalSpacing () const |
| int | verticalSpacing () const |
| Qt::Orientations | expandingDirections () const Q_DECL_OVERRIDE |
| bool | hasHeightForWidth () const Q_DECL_OVERRIDE |
| int | heightForWidth (int) const Q_DECL_OVERRIDE |
| int | count () const Q_DECL_OVERRIDE |
| QLayoutItem * | itemAt (int index) const Q_DECL_OVERRIDE |
| QSize | minimumSize () const Q_DECL_OVERRIDE |
| void | setGeometry (const QRect &rect) Q_DECL_OVERRIDE |
| QSize | sizeHint () const Q_DECL_OVERRIDE |
| QLayoutItem * | takeAt (int index) Q_DECL_OVERRIDE |
Definition at line 16 of file flowlayout.h.
|
explicit |
Definition at line 11 of file flowlayout.cpp.
|
explicit |
Definition at line 16 of file flowlayout.cpp.
| FlowLayout::~FlowLayout | ( | ) |
Definition at line 21 of file flowlayout.cpp.
References clear().
| void FlowLayout::addItem | ( | QLayoutItem * | item | ) |
Definition at line 28 of file flowlayout.cpp.
| void FlowLayout::clear | ( | ) |
| int FlowLayout::count | ( | ) | const |
Definition at line 46 of file flowlayout.cpp.
| Qt::Orientations FlowLayout::expandingDirections | ( | ) | const |
Definition at line 59 of file flowlayout.cpp.
| bool FlowLayout::hasHeightForWidth | ( | ) | const |
Definition at line 67 of file flowlayout.cpp.
| int FlowLayout::heightForWidth | ( | int | width | ) | const |
Definition at line 69 of file flowlayout.cpp.
| int FlowLayout::horizontalSpacing | ( | ) | const |
Definition at line 30 of file flowlayout.cpp.
| QLayoutItem * FlowLayout::itemAt | ( | int | index | ) | const |
Definition at line 48 of file flowlayout.cpp.
| QSize FlowLayout::minimumSize | ( | ) | const |
| void FlowLayout::setGeometry | ( | const QRect & | rect | ) |
Definition at line 74 of file flowlayout.cpp.
| QSize FlowLayout::sizeHint | ( | ) | const |
Definition at line 79 of file flowlayout.cpp.
References minimumSize().
| QLayoutItem * FlowLayout::takeAt | ( | int | index | ) |
Definition at line 52 of file flowlayout.cpp.
Referenced by clear().
| int FlowLayout::verticalSpacing | ( | ) | const |
Definition at line 38 of file flowlayout.cpp.