9 #include <QtCore/QString>
10 #include <QtGui/QIcon>
18 class DtPersistenceToolbarWidget;
19 class DtInterestManagementLogic;
20 class DtInterestManagementWidget;
31 Qt::WindowFlags f = 0);
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();
Contains makVrv::DtPage class.
DtInterestManagementLogic * myLogic
Definition: DtInterestManagementSettingsPage.h:64
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterestManagementSettingsPage.h:66
DtInterestManagementWidget * myWidget
Definition: DtInterestManagementSettingsPage.h:65
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Page for interest management settings, to coordinate logic and widget instantiation.
Definition: DtInterestManagementSettingsPage.h:25
The logic for controlling the intereste management widget.
Definition: DtInterestManagementLogic.h:18
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtPageCreatorTemplate< DtInterestManagementSettingsPage > DtInterestManagementSettingsPageCreator
Creator for the Interest management settings page.
Definition: DtInterestManagementSettingsPage.h:74
QLayout * myMainLayout
Definition: DtInterestManagementSettingsPage.h:68
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