The Sim Driver for HLA 1.3.
|
| virtual DtVrlinkBaseConnection * | createConnection () |
| |
| virtual DtAgentManagerInterface & | agentManagerForConnection () |
| |
| virtual void | slot_onObserverCreated (DtObserver *observer) |
| |
| virtual void | slot_onObserverDestroyed (DtObserver *observer) |
| |
| virtual bool | onStart () |
| |
| virtual bool | onStop () |
| |
| virtual void | run () |
| |
| void | startPublishingObservers () |
| |
| void | stopPublishingObservers () |
| |
| virtual bool | onTick () |
| |
| void | startThread () |
| |
| void | stopThread () |
| |
| void | setConnectionState (bool state) |
| |
| virtual void | slot_displayEngineAdded (const DtDeRecord &igRecord) |
| |
| virtual void | slot_globalViewControlEnabledSet (bool) |
| |
| virtual void | startPublishingObserver (DtObserver *observer) |
| |
| virtual void | stopPublishingObserver (DtObserver *observer) |
| |
| virtual void | updateObservers () |
| |
| virtual void | slot_pause () |
| |
| virtual void | slot_resume () |
| |
| virtual void | runFunctionQueue (FunctionCallQueue &queue) |
| |
| virtual void | connectToDynamicSignals () |
| |
| virtual void | disconnectFromDynamicSignals () |
| |
| virtual void | slot_onViewChanged (DtViewStateProcessor::ObserverAction &action) |
| |
| virtual void | slot_onCurrentSelectionChanged (const DtSelectionManager::IdSet &selected, const DtSelectionManager::IdSet &deselected) |
| |
| virtual void | slot_onElementHasHoveredWidget (const DtElementID &elementId, bool hasMouseCursor) |
| |
| virtual void | slot_onVertexElementHasHoveredWidget (const DtElementID &parentId, const DtElementID &vertexElementId, bool hasMouseCursor) |
| |
| virtual void | slot_onVertexSelected (const DtUniqueID &selected, const DtUniqueID &parentOfSelected) |
| |
| virtual void | slot_onVertexDeselected (const DtUniqueID &deselected, const DtUniqueID &parentOfDeselected) |
| |
| virtual void | slot_infoLabelsArePinned (const DtSelectionManager::IdSet &elementIds, bool arePinned) |
| |
| virtual void | slot_entityTrackHistoryColorOverride (const DtElementID &entityId, const DtColorValue &color, bool overrideColor) |
| |
| virtual void | slot_switchEntitySymbolDecorationQuadrant (const DtElementID &entityId) |
| |
| virtual void | slot_onCoordinateSystemChanged (const std::string &coordinateSystem, const std::string &coordinateParameters) |
| |
| virtual void | toggleEntitySelected (const DtUniqueID &id) |
| |
| virtual void | performObserverAction (const DtViewStateProcessor::ObserverAction &action) |
| |
| void | applyChangesAndDelete (DtElementChanges *changes) |
| |
| void | reportElementCreated (DtElementID id, DtElementID parentId, DtElementEntry::ElementType type) |
| |
| void | reportElementAttribute (DtElementID id, DtElementAttribute *attribute) |
| |
| void | reportElementDestroyed (DtElementID id) |
| |
| void | start () |
| |
| void | stop () |
| |
| bool | tick () |
| |
| virtual void | setInstanceName (const std::string &name) |
| |
| virtual void | installAccessories () |
| |
| virtual void | uninstallAccessories () |
| |