![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
A simple flow layout implementation. More...
#include "flowlayout.h"
Inheritance diagram for LC::Util::FlowLayout:
Collaboration diagram for LC::Util::FlowLayout:Public Member Functions | |
| FlowLayout (QWidget *, int=-1, int=-1, int=-1) | |
| FlowLayout (int=-1, int=-1, int=-1) | |
| ~FlowLayout () override | |
| void | addItem (QLayoutItem *) override |
| int | horizontalSpacing () const |
| int | verticalSpacing () const |
| Qt::Orientations | expandingDirections () const override |
| bool | hasHeightForWidth () const override |
| int | heightForWidth (int) const override |
| int | count () const override |
| QLayoutItem * | itemAt (int) const override |
| QLayoutItem * | takeAt (int) override |
| QSize | minimumSize () const override |
| void | setGeometry (const QRect &) override |
| QSize | sizeHint () const override |
A simple flow layout implementation.
Flow layout arranges child items in a dynamic wrappable row, much like QML's GridView.
Definition at line 30 of file flowlayout.h.
|
explicit |
Definition at line 20 of file flowlayout.cpp.
|
explicit |
Definition at line 29 of file flowlayout.cpp.
|
override |
Definition at line 34 of file flowlayout.cpp.
|
override |
Definition at line 39 of file flowlayout.cpp.
|
override |
Definition at line 73 of file flowlayout.cpp.
|
override |
Definition at line 58 of file flowlayout.cpp.
|
override |
Definition at line 63 of file flowlayout.cpp.
|
override |
Definition at line 68 of file flowlayout.cpp.
| int LC::Util::FlowLayout::horizontalSpacing | ( | ) | const |
Definition at line 44 of file flowlayout.cpp.
Referenced by sizeHint().
Here is the caller graph for this function:
|
override |
Definition at line 78 of file flowlayout.cpp.
|
override |
Definition at line 91 of file flowlayout.cpp.
Referenced by setGeometry().
Here is the caller graph for this function:
|
override |
Definition at line 106 of file flowlayout.cpp.
References minimumSize().
Here is the call graph for this function:
|
override |
Definition at line 112 of file flowlayout.cpp.
References horizontalSpacing(), LC::Util::oral::sph::max, and verticalSpacing().
Here is the call graph for this function:
|
override |
Definition at line 83 of file flowlayout.cpp.
| int LC::Util::FlowLayout::verticalSpacing | ( | ) | const |
Definition at line 51 of file flowlayout.cpp.
Referenced by sizeHint().
Here is the caller graph for this function: