12 #include <QtCore/QString>
13 #include <QtGui/QIcon>
21 class DtPersistenceToolbarWidget;
22 class DtInterestManagementLogic;
23 class DtInterestManagementWidget;
34 Qt::WindowFlags f = 0);
43 virtual QString title();
46 virtual const std::string& pageClassName()
const;
49 static const std::string& thePageClassName();
57 virtual void activate();
60 virtual void deactivate();
Contains makVrv::DtPage class.
DtInterestManagementLogic * myLogic
Definition: DtInterestManagementSettingsPage.h:63
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterestManagementSettingsPage.h:65
DtInterestManagementWidget * myWidget
Definition: DtInterestManagementSettingsPage.h:64
#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:28
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:73
QLayout * myMainLayout
Definition: DtInterestManagementSettingsPage.h:67
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69