VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtContourizationInterface.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 /*****************************************************************************
6  * $RCSfile: DtContourizationInterface.h,v $ $Revision: 1.6 $ $State: Exp $
7  *****************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
16 
17 namespace makVrv
18 {
19  class DtUnicode;
23  {
24  public:
25 
28  virtual void setCurrentInterval( double interval ) = 0;
29 
32  virtual void setIntervalUnits( const DtUnicode& units ) = 0;
33 
36  virtual void setIntervalDecimals( int decimals ) = 0;
37 
40  virtual void setCurrentThickness( double thickness ) = 0;
41 
44  virtual void setIntermediateLines( bool enabled ) = 0;
45 
48  virtual void setContoursEnabled( bool enabled ) = 0;
49 
51  virtual double currentInterval() = 0;
52 
54  virtual double currentThickness() = 0;
55 
57  virtual bool intermediateLines() = 0;
58 
60  virtual bool contoursEnabled() = 0;
61 
64  boost::signal<void (bool)> signal_intermediateLinesChanged;
65 
68  boost::signal<void (bool)> signal_contoursEnabledChanged;;
69 
72  boost::signal<void (double)> signal_intervalChanged;
73 
76  boost::signal<void (double)> signal_thicknessChanged;
77 
78  };
79 
80 }
A unicode string.
Definition: DtUnicode.h:33
boost::signal< void(bool)> signal_intermediateLinesChanged
Signal emitted when the user checks/unchecks &quot;intermediate lines&quot;.
Definition: DtContourizationInterface.h:64
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
boost::signal< void(double)> signal_intervalChanged
Signal emitted when the user changes the line interval.
Definition: DtContourizationInterface.h:68
boost::signal< void(double)> signal_thicknessChanged
Signal emitted when the user changes the line thickness.
Definition: DtContourizationInterface.h:76
Abstract class specifying the interface a DtContourizationLogic expects.
Definition: DtContourizationInterface.h:22

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)