VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
activeSonarInformationPageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
15 
16 namespace makVrf
17 {
18  namespace makVrfGuiObjectInformationQt
19  {
21  {
22  public:
24 
25  virtual ~DtActiveSonarInformationPageLogic() override;
26 
28  virtual QString locationLabel() const;
29 
31  virtual QString location() const;
32 
35  virtual DtVector activeSonarLocation() const;
36 
38  virtual const DtActiveSonarStateComponentData* selectedActiveSonar() const;
39 
41  virtual const DtActiveSonarBeamStateData* activeSonarBeamState(int) const;
42 
44  virtual void selectedActiveSonarChanged();
45  virtual void stateViewUpdated() override;
46 
47  protected:
48  virtual void activate(DtSimObjectReference state) override;
49  virtual void deactivate() override;
50 
51  virtual void updateActiveSonarStateData();
52 
53  virtual void slot_onStateViewAboutToBeRemoved();
54 
55  protected:
56  typedef std::map<int, DtActiveSonarStateComponentData> ActiveSonars;
58  };
59  }
60 }
The DtActiveSonarStateComponentList is a collection of emitter systems and the beams they represent...
Definition: activeSonarStateComponent.h:17
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
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)