VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtComponentSignaler.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2017 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 
59  boost::signal<void(std::string, float, float, float, float)> signal_lightPointGroupColorSet;
60 
61  };
62 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)