22 #include <boost/noncopyable.hpp>
23 #include <boost/signals2.hpp>
28 class DtSimObjectEntry;
49 virtual const DtSystemVector& systemsForEntityType(
const DtEntityType&)
const;
52 virtual bool hasSystemsForEntityType(
const DtEntityType&)
const;
55 virtual void systems(
const std::vector<DtEntityType>& types,
DtSystemVector& systems)
const;
59 virtual void updateSystems(
const std::list<DtUUID>& name);
64 virtual void clearEntityTypeEntry(
const DtEntityType&);
makVrv::DtDe & myDe
Definition: systemListRequestor.h:79
UUID is a unique ID wrapper class.
Definition: uuid.h:59
boost::signals2::signal< void(const DtUUID &)> signal_systemListReceived
Definition: systemListRequestor.h:66
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
boost::signals2::signal< void(const DtUUID &, const DtSystemVector &)> signal_systemListAndStateReceived
Definition: systemListRequestor.h:67
SystemsListTable myTable
Definition: systemListRequestor.h:83
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains makVrv::DtVirtualBaseClass class.
std::map< DtEntityType, DtSystemVector > SystemsListTable
Definition: systemListRequestor.h:81
A DtSimObjectEntry is an entry for a persistent simulation object like an entity. ...
Definition: DtSimObjectEntry.h:22
The class that is the interface between the GUI and the back-end.
Definition: systemListRequestor.h:39
std::vector< ComponentSystem > DtSystemVector
Definition: systemListResponseAdmin.h:39
The base class for all messages to/from a specific DtVrfObject. Various subclasses of this class will...
Definition: vrfObjectMessage.h:30
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:72
static const DtSystemVector theEmptySystemVector
Definition: systemListRequestor.h:85
DtSystemListRequestSubscriptionType
Definition: systemListRequestAdmin.h:22