17 class DtVirtualBaseClass;
18 class DtInterfaceLayoutEditorWidget;
19 class DtPersistenceToolbarWidget;
20 class DtInterfaceLayoutEditorLogic;
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.
DtInterfaceLayoutEditorWidget * myEditor
Definition: DtInterfaceLayoutEditorPage.h:62
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterfaceLayoutEditorPage.h:63
DtInterfaceLayoutEditorLogic * myLogic
Definition: DtInterfaceLayoutEditorPage.h:61
The page is a single widget component which is viewed in a page collection.
Definition: DtPage.h:27
DtPageCreatorTemplate< DtInterfaceLayoutEditorPage > DtInterfaceLayoutEditorPageCreator
Creator for the DtInterfaceLayoutEditorPageCreator class.
Definition: DtInterfaceLayoutEditorPage.h:70
QLayout * myMainLayout
Definition: DtInterfaceLayoutEditorPage.h:64
A dialog page controlling file caching.
Definition: DtInterfaceLayoutEditorPage.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The logic for the GUI layout page.
Definition: DtInterfaceLayoutEditorLogic.h:26