casa
$Rev:20696$
|
#include <QtLayout.h>
Public Member Functions | |
QtFlowLayout (QWidget *parent, int margin=0, int spacing=-1) | |
QtFlowLayout (int spacing=-1) | |
~QtFlowLayout () | |
void | addItem (QLayoutItem *item) |
Qt::Orientations | expandingDirections () const |
bool | hasHeightForWidth () const |
int | heightForWidth (int) const |
int | count () const |
QLayoutItem * | itemAt (int index) const |
QSize | minimumSize () const |
void | setGeometry (const QRect &rect) |
QSize | sizeHint () const |
QLayoutItem * | takeAt (int index) |
Private Member Functions | |
int | doLayout (const QRect &rect, bool testOnly) const |
Private Attributes | |
QList< QLayoutItem * > | itemList |
Definition at line 45 of file QtLayout.h.
casa::QtFlowLayout::QtFlowLayout | ( | QWidget * | parent, |
int | margin = 0 , |
||
int | spacing = -1 |
||
) |
casa::QtFlowLayout::QtFlowLayout | ( | int | spacing = -1 | ) |
void casa::QtFlowLayout::addItem | ( | QLayoutItem * | item | ) |
int casa::QtFlowLayout::count | ( | ) | const |
int casa::QtFlowLayout::doLayout | ( | const QRect & | rect, |
bool | testOnly | ||
) | const [private] |
Qt::Orientations casa::QtFlowLayout::expandingDirections | ( | ) | const |
bool casa::QtFlowLayout::hasHeightForWidth | ( | ) | const |
int casa::QtFlowLayout::heightForWidth | ( | int | ) | const |
QLayoutItem* casa::QtFlowLayout::itemAt | ( | int | index | ) | const |
QSize casa::QtFlowLayout::minimumSize | ( | ) | const |
void casa::QtFlowLayout::setGeometry | ( | const QRect & | rect | ) |
QSize casa::QtFlowLayout::sizeHint | ( | ) | const |
QLayoutItem* casa::QtFlowLayout::takeAt | ( | int | index | ) |
QList<QLayoutItem *> casa::QtFlowLayout::itemList [private] |
Definition at line 66 of file QtLayout.h.