VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfOsgObserverObject.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 #include <vrvOsg/DtOsgObserverObjectClasses.hpp>
15 
16 class DtSimulationAddress;
17 
18 namespace makVrf
19 {
20  class DtVrfSimBackendManager;
21  class DtVrfBackendState;
22 
23  class DT_DLL_VRFGUICORE DtVrfOsgObserverObjectClassesCreator : public makVrv::DtOsgObserverObjectClassesCreator
24  {
25  public:
28 
29  static makVrv::DtAgentCreator* create();
30 
33  };
34 
36  {
37  public:
38  DtVrfOsgObserverObject( makVrv::DtDe& de, makVrv::DtUniqueID id, const std::string& name="" );
39  virtual ~DtVrfOsgObserverObject();
40 
41  virtual void tick(double simTime);
42 
43  protected:
44  virtual void slot_backendRemoved(const DtVrfBackendState& be);
45  virtual void slot_selectedBackendChanged(const DtSimulationAddress&, const DtSimulationAddress& addr);
46 
47  protected:
50  };
51 }
Definition: vrfBackendState.h:69
DtVrfSimBackendManager * myBackendManager
Definition: vrfOsgObserverObject.h:48
Abstract base class for object updaters.
Definition: DtAgentUpdateResolverInterface.h:20
Definition: vrfOsgObserverObject.h:23
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtVrfBackendState * myCurrentBackend
Definition: vrfOsgObserverObject.h:49
Definition: vrfOsgObserverObject.h:35
Abstract base class for the scene object creators. SceneObject creators do not actually create scene ...
Definition: DtAgentCreator.h:27
Maintains and signals state of the simulation engines that are currently connected to the GUI...
Definition: vrfSimBackendManager.h:77
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:70
This abstract base class defines the interface for OS-specific keyboard and mouse event listeners...
Definition: DtOsgObserverObject.h:48

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)