![]() |
MAK RTIspy API Documentation for HLA 1.3
|
Widget for stacking widgets and selecting them with a list on the left. More...
Inheritance diagram for DtWidgetPager:
Collaboration diagram for DtWidgetPager:Public Member Functions | |
| virtual | ~DtWidgetPager () |
| Virtual DTOR. More... | |
| virtual void | addWidget (const QString &name, QWidget *widget, const QIcon &icon=QIcon()) |
| Adds a new widget with the given name to the pager. More... | |
| virtual void | setCurrentPage (int index) |
| Sets the currently selected page in the widget. More... | |
Static Public Member Functions | |
| static DtWidgetPager * | create (QWidget *parent=0) |
Protected Slots | |
| virtual void | on_contentsWidget_itemSelectionChanged () |
| Slot called when user changes selection in the contents widget. More... | |
Protected Member Functions | |
| DtWidgetPager (QWidget *parent=0) | |
| Protected CTOR (Use ::create()). More... | |
| virtual void | initialize () |
| Initializes the widget. More... | |
| virtual void | setupGui () |
| Lays out the widget. More... | |
| virtual void | connectToSignals () |
| Connects signals and slots for handling user control. More... | |
Protected Attributes | |
| QListWidget * | myContentsWidget |
| QStackedWidget * | myPagesWidget |
| QSize | myMaxItemSize |
Widget for stacking widgets and selecting them with a list on the left.
|
virtual |
Virtual DTOR.
|
protected |
Protected CTOR (Use ::create()).
|
virtual |
Adds a new widget with the given name to the pager.
|
protectedvirtual |
Connects signals and slots for handling user control.
|
static |
|
protectedvirtual |
Initializes the widget.
Calls ::setupGui() and ::connectToSignals().
|
protectedvirtualslot |
Slot called when user changes selection in the contents widget.
|
virtual |
Sets the currently selected page in the widget.
|
protectedvirtual |
Lays out the widget.
|
protected |
|
protected |
|
protected |