15 #include <QtWidgets/QWidget>
17 class QDialogButtonBox;
22 class DtMapEditorWidget;
23 class DtCigiEntityMappingLogic;
41 virtual void askUserForEntityTypeMapping();
44 virtual void askUserForArtPartMapping();
47 virtual void enableArtPartMapping();
50 virtual void disableArtPartMapping();
53 virtual void warnUserOfDuplicateEntityType();
56 virtual void warnUserOfDuplicateArtPartId();
Contains makVrv::DtCigiEntityMappingInterface class.
#define DT_DLL_VRVCIGIQT
Definition: vrvCigiQt.h:19
Abstract interface used for mapping CIGI entity types and articulated part ID's.
Definition: DtCigiEntityMappingInterface.h:20
A DtCigiEntityMappingLogic object provides the logic for a widget that maps entity types to model def...
Definition: DtCigiEntityMappingLogic.h:35
Contains DLL export macros.
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:76