18 #include <boost/unordered_set.hpp>
20 #include <matrix/vlVector.h>
25 namespace exampleSymbolFacade
43 typedef boost::unordered_set<DtSymbolFacade*>
SymbolList;
59 virtual const std::string& className()
const;
63 virtual bool onStart();
67 virtual bool onStop();
71 virtual bool onTick();
95 virtual void deleteSelectedSymbols();
109 virtual void slot_currentSelectionChanged(
Encapsulates the creation/management of agents used to display a symbol. The Facade design pattern pr...
Definition: DtSymbolFacade.h:39
Provides an interface for creating and managing symbol facades. Loads the Ground DB II terrain and cr...
Definition: DtExampleSymbolDriver.h:38
A Record of an IG instance.
Definition: DtDeRecord.h:24
Contains makVrv:DtSelectionManager class.
boost::unordered_map< makVrv::DtElementID, DtSymbolFacade * > SymbolFacadeMap
Type for mapping element ids to symbol facades.
Definition: DtExampleSymbolDriver.h:122
SymbolFacadeMap mySymbolFacades
Map of symbol facades created by the driver (indexed by element id).
Definition: DtExampleSymbolDriver.h:125
#define DT_DLL_exampleSymbolFacade
Definition: exampleSymbolFacade.h:20
The DtDriver is an abstract class. Developers derive from this to create logic that "directs" things ...
Definition: DtDriver.h:31
The DtAgentManager manages the distributed scene object framework. This includes the objects and upda...
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
Export macro and initialization declarations for exampleSymbolFacade4.
SelectionType
The nature of the current selection.
Definition: DtSelectionManager.h:42
SymbolList myCurrentlySelectedSymbols
A list of all symbols that are currently selected.
Definition: DtExampleSymbolDriver.h:128
boost::unordered_set< DtSymbolFacade * > SymbolList
Definition: DtExampleSymbolDriver.h:43
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32