28 class DtPersistenceToolbarWidget;
42 Qt::WindowFlags f = Qt::Widget );
55 virtual QString title();
58 virtual const std::string& pageClassName()
const;
61 static const std::string& thePageClassName();
70 virtual void onCurrentInstanceChanged(QString def);
78 virtual void onTogglePushed();
87 virtual void activate();
90 virtual void deactivate();
GdbSurface
GDB Surface IDs.
Definition: DtTerrainPatch.h:46
bool addingItem
Set to true during list item creation to prevent item changed calls from going to the logic...
Definition: DtGdbSurfacesPage.h:98
QListWidget * myList
Definition: DtGdbSurfacesPage.h:109
SurfaceNameMap mySurfaceNames
Definition: DtGdbSurfacesPage.h:105
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
A dialog page for controlling the GDB surfaces.
Definition: DtGdbSurfacesPage.h:32
DtGdbSurfacesLogic * myLogic
Definition: DtGdbSurfacesPage.h:99
Contains DLL export macros.
Interface for a GDB Surfaces widget.
QVBoxLayout * myMainLayout
Definition: DtGdbSurfacesPage.h:111
std::map< DtTerrainPatch::GdbSurface, QString > SurfaceNameMap
Definition: DtGdbSurfacesPage.h:104
QVBoxLayout * myGroupLayout
Definition: DtGdbSurfacesPage.h:112
Dialog which shows the terrain patches.
Definition: DtTerrainPatchDialogPage.h:24
Contains makVrv::DtTerrainPatchDialogPage class. This dialog page will create a specialized selected ...
DtPersistenceToolbarWidget * myTitle
Definition: DtGdbSurfacesPage.h:107
The abstract interface of the DtGdbSurfacesWidget for the DtGdbSurfacesLogic.
Definition: DtGdbSurfacesInterface.h:19
QPushButton * toggleButton
Definition: DtGdbSurfacesPage.h:110
Contains makVrv::DtTerrainPatch class.
DtPageCreatorTemplate< DtGdbSurfacesPage > DtGdbSurfacesPageCreator
Creator type for DtGdbSurfacesPages.
Definition: DtGdbSurfacesPage.h:119
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
SurfaceItemMap myItemMap
Definition: DtGdbSurfacesPage.h:102
Contains makVrv::DtGdbSurfacesLogic class.
std::map< DtTerrainPatch::GdbSurface, QListWidgetItem * > SurfaceItemMap
Definition: DtGdbSurfacesPage.h:101
The logic class for handling GDB surfaces.
Definition: DtGdbSurfacesLogic.h:22