15 #include <QtCore/QString>
16 #include <QtGui/QIcon>
20 class DtPersistenceToolbarWidget;
50 Qt::WindowFlags f = Qt::Widget);
63 virtual QString
title();
DerivedDialogWidget * myWidget
Definition: ReplacementDialogPage.h:89
virtual void deactivate()
Called by the pager when this page is deactivated and hidden.
Contains makVrv::DtPage class.
Contains DLL export macros.
static const std::string & thePageClassName()
Get the class name of the page.
virtual QString title()
Get the title of the page.
virtual QIcon icon()
Get the icon of the page.
The logic for the widget.
Definition: DerivedDialogLogic.h:35
makVrv::DtPersistenceToolbarWidget * myToolbar
Definition: ReplacementDialogPage.h:88
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DerivedDialogLogic * myLogic
Definition: ReplacementDialogPage.h:90
The example dialog-page that will be inserted into the dialog.
Definition: ReplacementDialogPage.h:38
virtual void activate()
Called by the pager when this page is activated and shown.
virtual ~ReplacementDialogPage()
DTOR.
makVrv::DtPageCreatorTemplate< ReplacementDialogPage > ReplacementDialogPageCreator
A creator class for ReplacementDialogPage.
Definition: ReplacementDialogPage.h:97
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
virtual const std::string & pageClassName() const
Get the class name of the page.
ReplacementDialogPage(makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
CTOR.