VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
weatherStatePageLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 #include <boost/signals2.hpp>
16 
17 namespace makVrf
18 {
19  class DtTroposphereStateComponent;
20  class DtLandSurfaceStateComponent;
21  class DtWaterSurfaceStateComponent;
22  class DtSubsurfaceStateComponent;
23 
24  namespace makVrfGuiObjectInformationQt
25  {
27  {
28  public:
30 
31  virtual ~DtWeatherStatePageLogic() override;
32 
33  virtual void activate(DtSimObjectReference) override;
34  virtual const DtTroposphereStateComponent* troposphereState() const;
35  virtual const DtLandSurfaceStateComponent* landSurfaceState() const;
36  virtual const DtWaterSurfaceStateComponent* waterSurfaceState() const;
37  virtual const DtSubsurfaceStateComponent* subsurfaceState() const;
38 
39  protected:
40  mutable const DtTroposphereStateComponent* myTroposphereState = nullptr;
41  mutable const DtLandSurfaceStateComponent* myLandSurfaceState = nullptr;
42  mutable const DtWaterSurfaceStateComponent* myWaterSurfaceState = nullptr;
43  mutable const DtSubsurfaceStateComponent* mySubsurfaceState = nullptr;
44  };
45  }
46 }
Contains makVrv::DtEntityStatePageLogic class.
1) Define the interface class that will be used to represent the next and current frames...
Definition: waterSurfaceStateComponent.h:82
1) Define the interface class that will be used to represent the next and current frames...
Definition: subsurfaceStateComponent.h:111
Items added DtLocation - current location of entity DtSpeed - current speed of entity DtVelocity - cu...
Definition: entityStatePageLogic.h:30
#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 current frames...
Definition: landSurfaceStateComponent.h:88
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
1) Define the interface class that will be used to represent the next and current frames...
Definition: troposphereStateComponent.h:46

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)