![]() |
VR-Forces 4.0.4 Class Documentation
|
A dialog page for setting the date and time. More...

Public Member Functions | |
| DtDateAndTimePage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtDateAndTimePage () |
| DTOR. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the class name of the page. | |
Protected Member Functions | |
| void | setupGui () |
| Setup the gui. | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Attributes | |
| DtDe & | myDe |
| DtPersistenceToolbarWidget * | myTitle |
| QVBoxLayout * | myMainLayout |
| DtDateAndTimeWidget * | myWidget |
A dialog page for setting the date and time.
| makVrv::DtDateAndTimePage::DtDateAndTimePage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtDateAndTimePage::~DtDateAndTimePage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtDateAndTimePage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtDateAndTimePage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtDateAndTimePage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtDateAndTimePage::thePageClassName | ( | ) | [static] |
Get the class name of the page.
| void makVrv::DtDateAndTimePage::setupGui | ( | ) | [protected] |
Setup the gui.
| virtual void makVrv::DtDateAndTimePage::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrv::DtDateAndTimePage::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.
DtDe& makVrv::DtDateAndTimePage::myDe [protected] |
Reimplemented from makVrv::DtPage.
QVBoxLayout* makVrv::DtDateAndTimePage::myMainLayout [protected] |
DtDateAndTimeWidget* makVrv::DtDateAndTimePage::myWidget [protected] |