15 #include <QtCore/QString>
16 #include <QtGui/QIcon>
20 class DtPersistenceToolbarWidget;
50 Qt::WindowFlags f = Qt::Widget);
68 virtual QString
title();
DerivedDialogWidget * myWidget
Definition: ReplacementDialogPage.h:94
virtual void deactivate()
Called by the pager when this page is deactivated and hidden. This function disconnects the logic for...
Contains makVrv::DtPage class.
Contains DLL export macros.
static const std::string & thePageClassName()
Get the class name of the page. makVrv::DtPageCreatorTemplate requires this function to be implemente...
virtual QString title()
Get the title of the page. makVrv::DtPage requires this function to be implemented.
virtual QIcon icon()
Get the icon of the page. makVrv::DtPage requires this function to be implemented.
The logic for the widget. This class does not have knowledge about how the widget was implemented...
Definition: DerivedDialogLogic.h:35
makVrv::DtPersistenceToolbarWidget * myToolbar
Definition: ReplacementDialogPage.h:93
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DerivedDialogLogic * myLogic
Definition: ReplacementDialogPage.h:95
The example dialog-page that will be inserted into the dialog. This page contains a widget and logic ...
Definition: ReplacementDialogPage.h:38
virtual void activate()
Called by the pager when this page is activated and shown. This function creates the logic and connec...
virtual makVrv::DtQIconConfigurations qIconConfigurations() const
Get the icon configurations for the page. This is used to style the page's icon based on application ...
virtual ~ReplacementDialogPage()
DTOR. This destructor destroys both the main widget and the logic for the ReplacementDialogPage.
makVrv::DtPageCreatorTemplate< ReplacementDialogPage > ReplacementDialogPageCreator
A creator class for ReplacementDialogPage.
Definition: ReplacementDialogPage.h:102
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:72
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:131
virtual const std::string & pageClassName() const
Get the class name of the page. makVrv::DtPage requires this function to be implemented.
ReplacementDialogPage(makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
CTOR. This constructor creates the main widget of the ReplacementDialogPage. The logic is created at ...