#include <Wt/WWidgetItem>

Public Member Functions | |
| WWidgetItem (WWidget *widget) | |
| Create a new item for the given widget. | |
| virtual WWidget * | widget () |
| Get the widget that is held by this WLayoutItem. | |
| virtual WLayout * | layout () |
| Get the layout that implements this WLayoutItem. | |
| virtual WWidgetItem * | findWidgetItem (WWidget *widget) |
| Find the widget item corresponding to the given widget. | |
| WLayoutItemImpl * | impl () const |
| Get the implementation for this layout item. | |
| virtual WWidget* Wt::WWidgetItem::widget | ( | ) | [inline, virtual] |
Get the widget that is held by this WLayoutItem.
This implements a type-safe upcasting mechanism to a WWidgetItem.
Implements Wt::WLayoutItem.
| virtual WLayout* Wt::WWidgetItem::layout | ( | ) | [inline, virtual] |
Get the layout that implements this WLayoutItem.
This implements a type-safe upcasting mechanism to a WLayout.
Implements Wt::WLayoutItem.
| WWidgetItem * Wt::WWidgetItem::findWidgetItem | ( | WWidget * | widget | ) | [virtual] |
Find the widget item corresponding to the given widget.
The widget is searched recursively inside nested layouts.
Implements Wt::WLayoutItem.
| WLayoutItemImpl* Wt::WWidgetItem::impl | ( | ) | const [inline, virtual] |
Get the implementation for this layout item.
The implementation of a layout item depends on the kind of container for which the layout does layout management.
Implements Wt::WLayoutItem.
1.5.3