![]() |
Qt 4.8
|
#include <qdockwidget_p.h>
Public Functions | |
| QSize | maximumSize () const |
| Reimplemented Function More... | |
| QSize | minimumSize () const |
| Reimplemented Function More... | |
| QDockWidgetItem (QDockWidget *dockWidget) | |
| QSize | sizeHint () const |
| Reimplemented Function More... | |
Public Functions inherited from QWidgetItem | |
| Qt::Orientations | expandingDirections () const |
| Reimplemented Function More... | |
| QRect | geometry () const |
| Reimplemented Function More... | |
| bool | hasHeightForWidth () const |
| Reimplemented Function More... | |
| int | heightForWidth (int) const |
| Reimplemented Function More... | |
| bool | isEmpty () const |
| Returns true if the widget is hidden; otherwise returns false. More... | |
| QWidgetItem (QWidget *w) | |
| Creates an item containing the given widget. More... | |
| void | setGeometry (const QRect &) |
| Reimplemented Function More... | |
| virtual QWidget * | widget () |
| Returns the widget managed by this item. More... | |
Public Functions inherited from QLayoutItem | |
| Qt::Alignment | alignment () const |
| Returns the alignment of this item. More... | |
| QSizePolicy::ControlTypes | controlTypes () const |
| Returns the control type(s) for the layout item. More... | |
| virtual void | invalidate () |
| Invalidates any cached information in this layout item. More... | |
| virtual QLayout * | layout () |
| If this item is a QLayout, it is returned as a QLayout; otherwise 0 is returned. More... | |
| virtual int | minimumHeightForWidth (int) const |
| Returns the minimum height this widget needs for the given width, w. More... | |
| QLayoutItem (Qt::Alignment alignment=0) | |
| Constructs a layout item with an alignment. More... | |
| void | setAlignment (Qt::Alignment a) |
| Sets the alignment of this item to alignment. More... | |
| virtual QSpacerItem * | spacerItem () |
| If this item is a QSpacerItem, it is returned as a QSpacerItem; otherwise 0 is returned. More... | |
| virtual | ~QLayoutItem () |
| Destroys the QLayoutItem. More... | |
Private Functions | |
| QLayoutItem * | dockWidgetChildItem () const |
| QDockWidgetLayout * | dockWidgetLayout () const |
Additional Inherited Members | |
Protected Variables inherited from QWidgetItem | |
| QWidget * | wid |
Protected Variables inherited from QLayoutItem | |
| Qt::Alignment | align |
Definition at line 175 of file qdockwidget_p.h.
| QDockWidgetItem::QDockWidgetItem | ( | QDockWidget * | dockWidget | ) |
Definition at line 542 of file qdockwidget.cpp.
Referenced by QDockWidgetPrivate::startDrag().
|
inlineprivate |
Definition at line 188 of file qdockwidget_p.h.
Referenced by maximumSize(), minimumSize(), and sizeHint().
|
inlineprivate |
Definition at line 195 of file qdockwidget_p.h.
Referenced by maximumSize(), minimumSize(), and sizeHint().
|
virtual |
Reimplemented Function
Reimplemented from QWidgetItem.
Definition at line 555 of file qdockwidget.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QWidgetItem.
Definition at line 547 of file qdockwidget.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QWidgetItem.
Definition at line 565 of file qdockwidget.cpp.