VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtComponentSignaler.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCigi/vrvCigi.h>
13 
14 #include <boost/signal.hpp>
15 
16 namespace makVrv
17 {
22  {
23  public:
24  // CTOR
26 
27  // DTOR
28  virtual ~DtComponentSignaler();
29 
31  boost::signal<void (bool)> signal_wireFrameRenderingSet;
32 
34  boost::signal<void (bool)> signal_performanceOverlaySet;
35 
37  boost::signal<void (bool, int)> signal_shadowsSet;
38 
41  boost::signal<void (bool, int, double)> signal_precipitationSet;
42 
45  boost::signal<void (float)> signal_windDirectionChanged;
46 
48  boost::signal<void (float)> signal_windSpeedChanged;
49 
51  boost::signal<void (float)> signal_visibilityChanged;
52 
55  boost::signal<void (float, float)> signal_waterCurrentSpeedAndDirectionSet;
56  };
57 }

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)