14 #include <QtCore/QString>
21 class DtAggregateSettingsLogic;
22 class DtAggregateSettingsWidget;
23 class DtPersistenceToolbarWidget;
48 virtual QString title();
51 virtual const std::string& pageClassName()
const;
54 static const std::string& thePageClassName();
62 virtual void activate();
65 virtual void deactivate();
DtPersistenceToolbarWidget * myToolbar
Definition: DtAggregateSettingsPage.h:70
DtPageCreatorTemplate< DtAggregateSettingsPage > DtAggregateSettingsPageCreator
Creator for the window settings page.
Definition: DtAggregateSettingsPage.h:78
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:72
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
Page for aggregate settings, coordinates logic and widget instantiation.
Definition: DtAggregateSettingsPage.h:28
DtAggregateSettingsLogic * myLogic
Definition: DtAggregateSettingsPage.h:68
DtAggregateSettingsWidget * myWidget
Definition: DtAggregateSettingsPage.h:69
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:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75