14 #include <boost/signals2.hpp>
42 return mySidcMappings;
48 return myHasInformation;
52 virtual void requestSidcInformation();
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtMsdlHierarchyPropertyMappings mySidcMappings
Definition: vrfGuiSidcRequestor.h:65
bool myHasInformation
Definition: vrfGuiSidcRequestor.h:64
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtDe & myDe
Definition: vrfGuiSidcRequestor.h:61
Contains makVrv::DtVirtualBaseClass class.
This class will request sidc information and keep the latest request. Call hasInformation() to see if...
Definition: vrfGuiSidcRequestor.h:27
Definition: msdlHierarchyPropertyMappings.h:56
File: simMsg.h.
Definition: simMessage.h:35
boost::signals2::signal< void()> signal_sidcInformationReceived
Definition: vrfGuiSidcRequestor.h:55
const DtMsdlHierarchyPropertyMappings & sidcMappings() const
Accessor for mappings.
Definition: vrfGuiSidcRequestor.h:40
int myRequestId
Definition: vrfGuiSidcRequestor.h:63
bool hasInformation() const
Accessor for whether or not this class has sidc information.
Definition: vrfGuiSidcRequestor.h:46
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