14 #include <QtCore/QString>
21 class DtAggregateSettingsLogic;
22 class DtAggregateSettingsWidget;
23 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();
DtPersistenceToolbarWidget * myToolbar
Definition: DtAggregateSettingsPage.h:66
DtPageCreatorTemplate< DtAggregateSettingsPage > DtAggregateSettingsPageCreator
Creator for the window settings page.
Definition: DtAggregateSettingsPage.h:74
Contains makVrv::DtPage class.
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
Logic for the aggregate settings GUI.
Definition: DtAggregateSettingsLogic.h:30
QVBoxLayout * myMainLayout
Definition: DtAggregateSettingsPage.h:68
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
Page for aggregate settings, coordinates logic and widget instantiation.
Definition: DtAggregateSettingsPage.h:28
DtAggregateSettingsLogic * myLogic
Definition: DtAggregateSettingsPage.h:64
DtAggregateSettingsWidget * myWidget
Definition: DtAggregateSettingsPage.h:65
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69