![]() |
Miam-Player
0.8.0
A nice music player
|
[0] More...
#include <flowlayout.h>
Public Member Functions | |
FlowLayout (QWidget *parent, int margin=-1, int hSpacing=-1, int vSpacing=-1) | |
[1] More... | |
FlowLayout (int margin=-1, int hSpacing=-1, int vSpacing=-1) | |
~FlowLayout () | |
[1] More... | |
void | addItem (QLayoutItem *item) |
[2] More... | |
int | horizontalSpacing () const |
[3] More... | |
int | verticalSpacing () const |
Qt::Orientations | expandingDirections () const |
[5] More... | |
bool | hasHeightForWidth () const |
[6] More... | |
int | heightForWidth (int) const |
int | count () const |
[4] More... | |
QLayoutItem * | itemAt (int index) const |
QSize | minimumSize () const |
void | setGeometry (const QRect &rect) |
[7] More... | |
QSize | sizeHint () const |
QLayoutItem * | takeAt (int index) |
[0]
|
explicit |
[1]
|
explicit |
FlowLayout::~FlowLayout | ( | ) |
[1]
[2]
void FlowLayout::addItem | ( | QLayoutItem * | item | ) |
[2]
[3]
int FlowLayout::count | ( | ) | const |
[4]
[5]
Qt::Orientations FlowLayout::expandingDirections | ( | ) | const |
[5]
[6]
bool FlowLayout::hasHeightForWidth | ( | ) | const |
[6]
[7]
int FlowLayout::heightForWidth | ( | int | width | ) | const |
int FlowLayout::horizontalSpacing | ( | ) | const |
[3]
[4]
QLayoutItem * FlowLayout::itemAt | ( | int | index | ) | const |
QSize FlowLayout::minimumSize | ( | ) | const |
void FlowLayout::setGeometry | ( | const QRect & | rect | ) |
[7]
[8]
QSize FlowLayout::sizeHint | ( | ) | const |
QLayoutItem * FlowLayout::takeAt | ( | int | index | ) |
int FlowLayout::verticalSpacing | ( | ) | const |