VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
propulsionNoiseInformationPageLogic.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 ~DtPropulsionNoiseInformationPageLogic() override;
26 
28  virtual QString locationLabel() const;
29 
31  virtual QString location() const;
32 
35  virtual DtVector propulsionNoiseLocation() const;
36 
38  virtual const DtUnderwaterAcousticsStateComponent* underwaterAcousticStateComponent() const;
39 
41  virtual const DtUnderwaterAcousticsStateComponentData::UnderwaterAcousticShaftSpeed* propulsionNoiseShaftState(int) const;
42 
44  virtual void selectedPropulsionNoiseChanged();
45  virtual void setSimObject(DtSimObjectReference state) override;
46 
47  protected:
48  virtual void activate(DtSimObjectReference state) override;
49  virtual void deactivate() override;
50  virtual void addOrUpdatePages();
51  virtual void updatePropulsionNoiseStateData();
52 
53  protected:
54  boost::signals2::connection myUpdaterConnection;
55  std::set<unsigned int> myNoises;
56  };
57  }
58 }
Definition: propulsionNoiseInformationPageLogic.h:20
boost::signals2::connection myUpdaterConnection
Definition: propulsionNoiseInformationPageLogic.h:54
Contains makVrv::DtInformationDialogPage class.
#define DT_DLL_VRFGUIOBJECTINFORMATIONQT
Contains DLL export macros.
Definition: vrfGuiObjectInformationQt.h:24
1) Define the interface class that will be used to represent the next and curent frames. The UNDEFINED_ macros are convenience macros that will define methods that throw exceptions (until they are implemented)
Definition: underwaterAcousticsStateComponent.h:106
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
std::set< unsigned int > myNoises
Definition: propulsionNoiseInformationPageLogic.h:55

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)