VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtSkyObjectManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvOsg/vrvOsg.h>
13 
14 #include <string>
15 
16 #include <boost/signals.hpp>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtOsgSkyObject;
22 
24  {
25  public:
27  virtual ~DtSkyObjectManager();
28 
30  virtual DtOsgSkyObject* findSkyObject();
31 
33  virtual void registerSkyObject(DtOsgSkyObject* obj);
34 
36  static DtSkyObjectManager& instance(DtDe& de);
37 
39  static const std::string& theClassName();
40 
41  boost::signal <void( DtOsgSkyObject* )> signal_skyObjectAdded;
42  boost::signal <void( DtOsgSkyObject* )> signal_skyObjectToBeRemoved;
43 
44  protected:
47 
49  };
50 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)