Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
static const std::string theDefaultGroup
Definition: DtPaperMapManagerSignaler.h:21
boost::signalslib::signal< void(const std::string &)> signal_groupSelected
Signals when a paper map group is select outside the UI (e.g. clicking on an observer view) so that t...
Definition: DtPaperMapManagerSignaler.h:46
boost::signalslib::signal< void(const std::string &)> signal_groupRemoved
Signals when a paper map group is removed.
Definition: DtPaperMapManagerSignaler.h:42
A class which communicates between the vrvCore and vrvOsgEarth.
Definition: DtPaperMapManagerSignaler.h:26
Contains makVrv::DtVirtualBaseClass class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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
boost::signalslib::signal< void(const std::string &)> signal_groupAdded
Signals when a paper map group is added.
Definition: DtPaperMapManagerSignaler.h:39
Contains DLL export macros.