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