A dialog page which can be stand alone or embedded into a DtDialogPager.
More...
Public Slots |
| virtual void | onCurrentInstanceChanged (QString definition) |
| | Connected to parent pager's tabChanged(std::string)
|
Public Member Functions |
| | DtDialogPage (QWidget *parent, Qt::WindowFlags f=Qt::Widget) |
| | CTOR.
|
| virtual | ~DtDialogPage () |
| | DTOR.
|
| virtual void | enableContents () |
| | Called by the Pager when this page becomes active.
|
| virtual void | disableContents () |
| | Called by the Pager when this page becomes active.
|
| virtual void | setPageName (const std::string &pageName) |
| | Set the page name used to swap between pages.
|
| virtual const std::string & | pageName () const |
| | Get the page name.
|
Protected Member Functions |
| virtual QString | currentInstance () |
| | Parent pager's currently-selected tab.
|
Detailed Description
A dialog page which can be stand alone or embedded into a DtDialogPager.
Constructor & Destructor Documentation
| MAKVrExchange::DtDialogPage::DtDialogPage |
( |
QWidget * |
parent, |
|
|
Qt::WindowFlags |
f = Qt::Widget |
|
) |
| |
| virtual MAKVrExchange::DtDialogPage::~DtDialogPage |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void MAKVrExchange::DtDialogPage::enableContents |
( |
| ) |
|
|
virtual |
Called by the Pager when this page becomes active.
| virtual void MAKVrExchange::DtDialogPage::disableContents |
( |
| ) |
|
|
virtual |
Called by the Pager when this page becomes active.
| virtual void MAKVrExchange::DtDialogPage::setPageName |
( |
const std::string & |
pageName | ) |
|
|
virtual |
Set the page name used to swap between pages.
The page name is an internal unique name and is not suitable for a title.
| virtual const std::string& MAKVrExchange::DtDialogPage::pageName |
( |
| ) |
const |
|
virtual |
Get the page name.
The page name is an internal unique name and is not suitable for a title.
| virtual void MAKVrExchange::DtDialogPage::onCurrentInstanceChanged |
( |
QString |
definition | ) |
|
|
virtualslot |
Connected to parent pager's tabChanged(std::string)
| virtual QString MAKVrExchange::DtDialogPage::currentInstance |
( |
| ) |
|
|
protectedvirtual |
Parent pager's currently-selected tab.
Member Data Documentation
| std::string MAKVrExchange::DtDialogPage::myPageName |
|
protected |
The documentation for this class was generated from the following file: