VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOsgStateSetSignaller.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 
12 #include <vrvOsg/vrvOsg.h>
13 
15 
16 #include <boost/signal.hpp>
17 
18 namespace osg
19 {
20  class StateSet;
21 }
22 
23 namespace makVrv
24 {
25  class DtDe;
26 
28  {
29  public:
30  static DtOsgStateSetSignaller& instance(DtDe& de);
31  virtual ~DtOsgStateSetSignaller();
32 
33  boost::signal<void (const osg::StateSet* pStateSet)> signal_StateSetChanged;
34 
35  private:
37  };
38 }
39 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)