![]() |
VR-Exchange 2.10 API Documentation
|
The dialog pager is a dialog with a collection of pages. More...

Signals | |
| void | closed () |
Public Member Functions | |
| DtDialogPager (QWidget *parent, Qt::WindowFlags f=Qt::Tool) | |
| CTOR. More... | |
| virtual | ~DtDialogPager () |
| DTOR. More... | |
| virtual void | addPage (QWidget *page, const QIcon &icon, const QString &label, bool showTabs) |
| Add a page. More... | |
| virtual void | hidePage (const std::string &name) |
| Keep a page hidden from view. By default all pages are shown. More... | |
| virtual void | showPage (const std::string &name) |
| Unhide a page. By default all pages are shown. More... | |
| virtual void | setCurrentPage (const std::string &name) |
| Set the current page by name. More... | |
| virtual void | setCurrentPage (int index) |
| Set the current page by index. More... | |
| void | setWidgetIconStyleManager (DtWidgetIconStyleManager *manager) |
| Set the widget icon style manager. More... | |
Protected Types | |
| typedef std::list < QListWidgetItem * > | ListItems |
| typedef std::map< std::string, QWidget * > | PagesByNameMap |
Protected Slots | |
| virtual void | on_myContentsWidget_currentItemChanged (QListWidgetItem *current, QListWidgetItem *previous) |
| Internal Slots. More... | |
| virtual void | on_myPagesWidget_currentChanged (int index) |
| Internal Slots. More... | |
| virtual void | escPressed () |
| Internal Slots. More... | |
| virtual void | buttonClicked (QAbstractButton *) |
| Internal Slots. More... | |
| virtual void | enterPressed () |
| Internal Slots. More... | |
| virtual void | applied () |
| Internal Slots. More... | |
Protected Member Functions | |
| void | setupGui () |
| Sets up the dialog. More... | |
| void | connectToSignals () |
| Connects widget signals to slots. More... | |
Protected Attributes | |
| PagesByNameMap | myPagesByNameMap |
| QListWidget * | myContentsWidget |
| ListItems | myContentItems |
| QStackedWidget * | myPagesWidget |
| QWidget * | myLastWidget |
| QDialogButtonBox * | myButtonBox |
| QSize | myMaxItemSize |
| DtWidgetIconStyleManager * | myWidgetIconStyleManager |
The dialog pager is a dialog with a collection of pages.
|
protected |
|
protected |
| MAKVrExchange::DtDialogPager::DtDialogPager | ( | QWidget * | parent, |
| Qt::WindowFlags | f = Qt::Tool |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Add a page.
|
protectedvirtualslot |
Internal Slots.
|
protectedvirtualslot |
Internal Slots.
|
signal |
|
protected |
Connects widget signals to slots.
Non-virtual (Called from CTOR).
|
protectedvirtualslot |
Internal Slots.
|
protectedvirtualslot |
Internal Slots.
|
virtual |
Keep a page hidden from view. By default all pages are shown.
|
protectedvirtualslot |
Internal Slots.
|
protectedvirtualslot |
Internal Slots.
|
virtual |
Set the current page by name.
|
virtual |
Set the current page by index.
|
protected |
Sets up the dialog.
Non-virtual (Called from CTOR).
| void MAKVrExchange::DtDialogPager::setWidgetIconStyleManager | ( | DtWidgetIconStyleManager * | manager | ) |
Set the widget icon style manager.
|
virtual |
Unhide a page. By default all pages are shown.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |