VR-Forces 4.10 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) 2021 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 
47  virtual void setPaperMapIntersectionOverride(bool enabled) = 0;
48 
50  boost::signalslib::signal<void (bool)> signal_intersectorDrawEnabledChanged;
52  boost::signalslib::signal<void (float)> signal_intersectorDrawnDurationChanged;
53  boost::signalslib::signal<void (DtColorValue)> signal_failedIntersectorColorChanged;
54  boost::signalslib::signal<void (DtColorValue)> signal_oddSegmentIntersectorColorChanged;
55  boost::signalslib::signal<void (DtColorValue)> signal_evenSegmentIntersectorColorChanged;
56  boost::signalslib::signal<void(bool)> signal_paperMapIntersectionOverrideChanged;
58 
60  };
61 }
boost::signalslib::signal< void(DtColorValue)> signal_oddSegmentIntersectorColorChanged
Definition: DtIntersectorSettingsInterface.h:54
DtColorValue class.
boost::signalslib::signal< void(float)> signal_intersectorDrawnDurationChanged
Definition: DtIntersectorSettingsInterface.h:52
boost::signalslib::signal< void(DtColorValue)> signal_failedIntersectorColorChanged
Definition: DtIntersectorSettingsInterface.h:53
#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::signalslib::signal< void(bool)> signal_paperMapIntersectionOverrideChanged
Definition: DtIntersectorSettingsInterface.h:56
Template for Color values in [0,1] range.
Definition: DtColorValue.h:20
boost::signalslib::signal< void(DtColorValue)> signal_evenSegmentIntersectorColorChanged
Definition: DtIntersectorSettingsInterface.h:55

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)