VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIntervisibilitySettingsInterface.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2012 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
14 class QColor;
15 
16 namespace makVrv
17 {
18 
19  class DtUnicode;
20 
25  {
26  public:
27 
30 
34 
37  virtual void setIntervisibilityEnabled( bool ) = 0;
38 
41  virtual void setLeftClickMakesObjectsPermanent( bool ) = 0;
42 
44  virtual void setIntervisibilityElevationDecimals( int decimals ) = 0;
45 
47  virtual void setOriginIntervisibilityElevation( double ) = 0;
48 
50  virtual void setOriginIntervisibilityElevationLabel( const DtUnicode& label ) = 0;
51 
53  virtual void setEndPointIntervisibilityElevation( double ) = 0;
54 
56  virtual void setEndPointIntervisibilityElevationLabel( const DtUnicode& label ) = 0;
57 
59  virtual void setFanModeSamplingRate( double ) = 0;
60 
62  virtual void setFanModeSamplingRateMin( double ) = 0;
63 
65  virtual void setFanModeSamplingRateMax( double ) = 0;
66 
68  virtual void setFanModeSamplingRatePrecision( int decimals ) = 0;
69 
71  virtual void setFanModeSamplingRateUnitLabel( const DtUnicode& label ) = 0;
72 
76  virtual void setEntityFanUpdateRate( double rate ) = 0;
77 
79  virtual void setVisibleColor( const QColor& color ) = 0;
80 
82  virtual void setBlockedColor( const QColor& color ) = 0;
83 
85  virtual void setCircleColor( const QColor& color ) = 0;
86 
88  virtual void setHatLinesEnabled( bool enabled ) = 0;
89 
91  virtual void setHatLinesOnSelectionOnly( bool selOnly ) = 0;
92 
94  virtual void setEntityFanUpdateRateEnabled( bool enabled ) = 0;
95 
97  virtual void setFanModeSamplingRateEnabled( bool enabled ) = 0;
98 
100  virtual void setCircleColorEnabled( bool enabled ) = 0;
101 
103  virtual void setLeftClickMakesObjectsPermanentEnabled( bool enabled ) = 0;
104 
107  virtual void setRangeInfoLabelsEnabled( bool enabled ) = 0;
108 
110  virtual void setRangeInfoLabelBackgroundOpacity( float opacity ) = 0;
111 
114  virtual void setRangeInfoLabelBackgroundColor( const QColor& color ) = 0;
115 
117  virtual void setRangeInfoAltChangeFieldEnabled( bool enabled ) = 0;
118 
120  virtual void setRangeInfoLocationFieldEnabled( bool enabled ) = 0;
121 
123  virtual void setRangeInfoHeadingFieldEnabled( bool enabled ) = 0;
124 
126  virtual void setRangeInfoRangeFieldEnabled( bool enabled ) = 0;
127 
129 
131  virtual void cancel() = 0;
132 
136 
137  boost::signal<void (bool)> signal_intervisibilityEnabledChanged;
139  boost::signal<void (double)> signal_originIntervisibilityElevationChanged;
141  boost::signal<void (double)> signal_fanModeSamplingRateChanged;
142  boost::signal<void (double)> signal_entityFanUpdateRateChanged;
143  boost::signal<void (QColor)> signal_visibleColorChanged;
144  boost::signal<void (QColor)> signal_blockedColorChanged;
145  boost::signal<void (QColor)> signal_circleColorChanged;
146  boost::signal<void (bool)> signal_hatLinesEnabledChanged;
147  boost::signal<void (bool)> signal_hatLinesOnSelectionOnlyChanged;
148  boost::signal<void (bool)> signal_rangeInfoLabelsEnabledChanged;
149  boost::signal<void (QColor)> signal_rangeInfoLabelBackgroundColorChanged;
150  boost::signal<void (double)> signal_rangeInfoBackgroundOpacityChanged;
153  boost::signal<void (bool)> signal_rangeInfoHeadingFieldEnabledChanged;
154  boost::signal<void (bool)> signal_rangeInfoRangeFieldEnabledChanged;
155 
157 
158  };
159 
160 }
A unicode string.
Definition: DtUnicode.h:33
boost::signal< void(bool)> signal_hatLinesEnabledChanged
Definition: DtIntervisibilitySettingsInterface.h:146
boost::signal< void(bool)> signal_rangeInfoRangeFieldEnabledChanged
Definition: DtIntervisibilitySettingsInterface.h:154
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
boost::signal< void(bool)> signal_rangeInfoHeadingFieldEnabledChanged
Definition: DtIntervisibilitySettingsInterface.h:153
boost::signal< void(bool)> signal_leftClickMakesObjectsPermanentChanged
Definition: DtIntervisibilitySettingsInterface.h:138
Contains DLL export macros.
boost::signal< void(QColor)> signal_visibleColorChanged
Definition: DtIntervisibilitySettingsInterface.h:143
boost::signal< void(double)> signal_endPointIntervisibilityElevationChanged
Definition: DtIntervisibilitySettingsInterface.h:140
boost::signal< void(bool)> signal_rangeInfoLabelsEnabledChanged
Definition: DtIntervisibilitySettingsInterface.h:148
boost::signal< void(QColor)> signal_circleColorChanged
Definition: DtIntervisibilitySettingsInterface.h:145
boost::signal< void(bool)> signal_hatLinesOnSelectionOnlyChanged
Definition: DtIntervisibilitySettingsInterface.h:147
boost::signal< void(double)> signal_rangeInfoBackgroundOpacityChanged
Definition: DtIntervisibilitySettingsInterface.h:150
boost::signal< void(QColor)> signal_rangeInfoLabelBackgroundColorChanged
Definition: DtIntervisibilitySettingsInterface.h:149
This is the interface which the intervisibility settings widget will inherit from and the logic will ...
Definition: DtIntervisibilitySettingsInterface.h:24
boost::signal< void(bool)> signal_rangeInfoAltChangeFieldEnabledChanged
Definition: DtIntervisibilitySettingsInterface.h:151
boost::signal< void(bool)> signal_intervisibilityEnabledChanged
Definition: DtIntervisibilitySettingsInterface.h:137
boost::signal< void(double)> signal_fanModeSamplingRateChanged
Definition: DtIntervisibilitySettingsInterface.h:141
boost::signal< void(QColor)> signal_blockedColorChanged
Definition: DtIntervisibilitySettingsInterface.h:144
boost::signal< void(double)> signal_originIntervisibilityElevationChanged
Definition: DtIntervisibilitySettingsInterface.h:139
boost::signal< void(double)> signal_entityFanUpdateRateChanged
Definition: DtIntervisibilitySettingsInterface.h:142
boost::signal< void(bool)> signal_rangeInfoLocationFieldEnabledChanged
Definition: DtIntervisibilitySettingsInterface.h:152

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)