17 class DtVirtualBaseClass;
18 class DtInterfaceLayoutEditorWidget;
19 class DtPersistenceToolbarWidget;
20 class DtInterfaceLayoutEditorLogic;
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.
DtInterfaceLayoutEditorWidget * myEditor
Definition: DtInterfaceLayoutEditorPage.h:66
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterfaceLayoutEditorPage.h:67
DtInterfaceLayoutEditorLogic * myLogic
Definition: DtInterfaceLayoutEditorPage.h:65
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:30
DtPageCreatorTemplate< DtInterfaceLayoutEditorPage > DtInterfaceLayoutEditorPageCreator
Creator for the DtInterfaceLayoutEditorPageCreator class.
Definition: DtInterfaceLayoutEditorPage.h:74
QLayout * myMainLayout
Definition: DtInterfaceLayoutEditorPage.h:68
A dialog page controlling file caching.
Definition: DtInterfaceLayoutEditorPage.h:24
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
The logic for the GUI layout page.
Definition: DtInterfaceLayoutEditorLogic.h:26