18 class DtDateAndTimeLogic;
19 class DtDateAndTimeWidget;
20 class DtPersistenceToolbarWidget;
44 virtual QString title();
47 virtual const std::string& pageClassName()
const;
50 static const std::string& thePageClassName();
58 virtual void activate();
61 virtual void deactivate();
The logic for displaying/editing the date and time.
Definition: DtDateAndTimeLogic.h:23
Contains makVrv::DtPage class declaration.
DtPersistenceToolbarWidget * myToolbar
Definition: DtDateAndTimePage.h:65
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
A dialog page for setting the date and time.
Definition: DtDateAndTimePage.h:24
QVBoxLayout * myMainLayout
Definition: DtDateAndTimePage.h:66
DtDateAndTimeWidget * myWidget
Definition: DtDateAndTimePage.h:68
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:51
DtPageCreatorTemplate< DtDateAndTimePage > DtDateAndTimePageCreator
A creator for the DtDateAndTimePager.
Definition: DtDateAndTimePage.h:73
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
DtDateAndTimeLogic * myLogic
Definition: DtDateAndTimePage.h:67
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131