VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)