VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtContourizationLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 /*****************************************************************************
6  * $RCSfile: DtContourizationLogic.h,v $ $Revision: 1.8 $ $State: Exp $
7  *****************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 namespace makVrv
19 {
20 
21  class DtDe;
22  class DtModelDefinition;
23  class DtContourizationInterface;
24  class DtTerrainOverlayOperation;
25 
29  {
30  public:
31 
34  DtContourizationInterface& iFace, std::string def );
35 
38 
40  void slot_onContoursEnabledChanged( bool enabled );
41 
43  void slot_onIntermediateLinesChanged( bool enabled );
44 
46  void slot_onThicknessChanged( double value );
47 
49  void slot_onIntervalChanged( double value );
50 
51  void slot_displayUnitChanged( int type, int unit );
52 
53  void slot_displayUnitDecimalsChanged( int type, int unit, int decimals );
54 
55  protected:
56 
57  void sendSettingsToGui();
58 
59  protected:
60 
64  std::string myDefinition;
65 
66  };
67 
68 }

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)