VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtIntersectorSettingsInterface.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 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
24 
26 
27 
29  virtual void setIntersectorDrawEnabled( bool enabled ) = 0;
30 
32  virtual void setIntersectorDrawnDuration( float duration ) = 0;
33 
35  virtual void setFailedIntersectorColor( const DtColorValue& color ) = 0;
36 
39  virtual void setOddSegmentIntersectorColor( const DtColorValue& color ) = 0;
40 
43  virtual void setEvenSegmentIntersectorColor( const DtColorValue& color ) = 0;
44 
46 
47  boost::signal<void (bool)> signal_intersectorDrawEnabledChanged;
48  boost::signal<void (float)> signal_intersectorDrawnDurationChanged;
49  boost::signal<void (DtColorValue)> signal_failedIntersectorColorChanged;
50  boost::signal<void (DtColorValue)> signal_oddSegmentIntersectorColorChanged;
51  boost::signal<void (DtColorValue)> signal_evenSegmentIntersectorColorChanged;
53 
55  };
56 }

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)