VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 }
DtDe & myDe
Definition: DtContourizationLogic.h:61
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
The logic for the contourization page.
Definition: DtContourizationLogic.h:28
Contains DLL export macros.
DtSignalConnectionManager mySignals
Definition: DtContourizationLogic.h:62
DtContourizationInterface & myInterface
Definition: DtContourizationLogic.h:63
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Base class to provide boost signal/slot management.
std::string myDefinition
Definition: DtContourizationLogic.h:64
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
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)