23 #include <vlpi/disEnums.h>
31 class DtSimObjectEntry;
63 virtual void updateAvailableArtParts(
const DtUUID&);
71 virtual bool hasArtPartsFor(
const DtUUID&)
const;
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
double curr
Definition: vrfArtPartRequestor.h:41
DtArtPartCurrMinAndMaxByUuid myArtPartTable
Definition: vrfArtPartRequestor.h:82
The class that is the interface between the GUI and the back-end.
Definition: vrfArtPartRequestor.h:53
Contains the DtUUID class declaration.
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
double max
Definition: vrfArtPartRequestor.h:45
std::map< DtUUID, DtArtPartCurrMinAndMaxMap > DtArtPartCurrMinAndMaxByUuid
Definition: vrfArtPartRequestor.h:50
Contains makVrv::DtVirtualBaseClass class.
double min
Definition: vrfArtPartRequestor.h:44
makVrv::DtSignalConnectionManager myConnections
Definition: vrfArtPartRequestor.h:83
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
DtArtParamCurrMinAndMax()
Definition: vrfArtPartRequestor.h:40
std::map< DtArtParamType, DtArtParamCurrMinAndMax > DtArtParamCurrMinAndMaxMap
Definition: vrfArtPartRequestor.h:48
Base class to provide boost signal/slot management.
std::map< DtArtPartType, DtArtParamCurrMinAndMaxMap > DtArtPartCurrMinAndMaxMap
Definition: vrfArtPartRequestor.h:49
Contains makVrv::DtUniqueID type.
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
Definition: vrfArtPartRequestor.h:38
makVrv::DtDe & myDe
Definition: vrfArtPartRequestor.h:81
boost::signals2::signal< void(const DtUUID &)> signal_artPartsReceived
Definition: vrfArtPartRequestor.h:68