9 #include <QtCore/QString>
10 #include <QtGui/QIcon>
18 class DtPersistenceToolbarWidget;
19 class DtInterestManagementLogic;
20 class DtInterestManagementWidget;
31 Qt::WindowFlags f = 0);
40 virtual QString title();
43 virtual const std::string& pageClassName()
const;
46 static const std::string& thePageClassName();
54 virtual void activate();
57 virtual void deactivate();
Contains makVrv::DtPage class.
DtInterestManagementLogic * myLogic
Definition: DtInterestManagementSettingsPage.h:60
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterestManagementSettingsPage.h:62
DtInterestManagementWidget * myWidget
Definition: DtInterestManagementSettingsPage.h:61
#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:27
DtPageCreatorTemplate< DtInterestManagementSettingsPage > DtInterestManagementSettingsPageCreator
Creator for the Interest management settings page.
Definition: DtInterestManagementSettingsPage.h:70
QLayout * myMainLayout
Definition: DtInterestManagementSettingsPage.h:64
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69