VR-Vantage API Documentation
DtComponentSignaler.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2009 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtComponentSignaler.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
8 
12 
13 #ifndef DtComponentSignaler_H_
14 #define DtComponentSignaler_H_
15 
16 #include <vrvCigi/vrvCigi.h>
17 
18 #include <boost/signal.hpp>
19 
20 namespace makVrv
21 {
26  {
27  public:
29 
30  virtual ~DtComponentSignaler();
31 
32  boost::signal<void (bool)> signal_wireFrameRenderingSet;
33 
34  boost::signal<void (bool)> signal_performanceOverlaySet;
35 
36  boost::signal<void (bool, int)> signal_shadowsSet;
37 
38  boost::signal<void (bool, int, double)> signal_precipitationSet;
39  };
40 }
41 
42 #endif


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)