Definition at line 122 of file qlayoutitem.h.
#include <qlayoutitem.h>

Public Member Functions |
|
| QWidgetItem (QWidget *w) | |
| QSize | sizeHint () const |
| QSize | minimumSize () const |
| QSize | maximumSize () const |
| Qt::Orientations | expandingDirections () const |
| bool | isEmpty () const |
| void | setGeometry (const QRect &) |
| QRect | geometry () const |
| virtual QWidget * | widget () |
| bool | hasHeightForWidth () const |
| int | heightForWidth (int) const |
Protected Attributes |
|
| QWidget * | wid |
| QWidgetItem | ( | QWidget * | w | ) | [inline, explicit] |
Definition at line 127 of file qlayoutitem.h.
: wid(w) { }
| QSize sizeHint | ( | ) | const [virtual] |
| QSize minimumSize | ( | ) | const [virtual] |
| QSize maximumSize | ( | ) | const [virtual] |
| Qt::Orientations expandingDirections | ( | ) | const [virtual] |
Implements QLayoutItem.
| bool isEmpty | ( | ) | const [virtual] |
Implements QLayoutItem.
| void setGeometry | ( | const QRect & | ) | [virtual] |
Implements QLayoutItem.
| QRect geometry | ( | ) | const [virtual] |
Implements QLayoutItem.
| virtual QWidget* widget | ( | ) | [virtual] |
Reimplemented from QLayoutItem.
| bool hasHeightForWidth | ( | ) | const [virtual] |
Reimplemented from QLayoutItem.
| int heightForWidth | ( | int | ) | const [virtual] |
Definition at line 141 of file qlayoutitem.h.