18 namespace makVrfGuiObjectInformationQt
28 virtual QString locationLabel()
const;
31 virtual QString location()
const;
35 virtual DtVector activeSonarLocation()
const;
44 virtual void selectedActiveSonarChanged();
45 virtual void stateViewUpdated()
override;
49 virtual void deactivate()
override;
51 virtual void updateActiveSonarStateData();
53 virtual void slot_onStateViewAboutToBeRemoved();
56 typedef std::map<int, DtActiveSonarStateComponentData>
ActiveSonars;
The DtActiveSonarStateComponentList is a collection of emitter systems and the beams they represent...
Definition: activeSonarStateComponent.h:17
Definition: informationDialogPage.h:414
Definition: activeSonarStateComponent.h:77
Contains makVrv::DtInformationDialogPage class.
ActiveSonars myActiveSonars
Definition: activeSonarInformationPageLogic.h:57
Definition: activeSonarInformationPageLogic.h:20
std::map< int, DtActiveSonarStateComponentData > ActiveSonars
Definition: activeSonarInformationPageLogic.h:56
Definition: informationDialogPage.h:258
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:76