20 class DtVirtualBaseClass;
21 class DtInterfaceLayoutEditorWidget;
22 class DtPersistenceToolbarWidget;
23 class DtInterfaceLayoutEditorLogic;
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.
DtInterfaceLayoutEditorWidget * myEditor
Definition: DtInterfaceLayoutEditorPage.h:65
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtPersistenceToolbarWidget * myToolbar
Definition: DtInterfaceLayoutEditorPage.h:66
DtInterfaceLayoutEditorLogic * myLogic
Definition: DtInterfaceLayoutEditorPage.h:64
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:73
QLayout * myMainLayout
Definition: DtInterfaceLayoutEditorPage.h:67
A dialog page controlling file caching.
Definition: DtInterfaceLayoutEditorPage.h:27
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:29