VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  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 }
DtColorValue class.
boost::signal< void(DtColorValue)> signal_oddSegmentIntersectorColorChanged
Definition: DtIntersectorSettingsInterface.h:50
boost::signal< void(float)> signal_intersectorDrawnDurationChanged
Definition: DtIntersectorSettingsInterface.h:48
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
This is the interface which the intersector settings widget will inherit from and the logic will use ...
Definition: DtIntersectorSettingsInterface.h:19
boost::signal< void(DtColorValue)> signal_failedIntersectorColorChanged
Definition: DtIntersectorSettingsInterface.h:49
boost::signal< void(DtColorValue)> signal_evenSegmentIntersectorColorChanged
Definition: DtIntersectorSettingsInterface.h:51
Template for Color values in [0,1] range.
Definition: DtColorValue.h:18

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)