VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTreeRandomizationLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2018 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
14 #include <vrvUtil/DtUnicode.h>
15 
16 namespace makVrv
17 {
18 
19  class DtDe;
20  class DtModelDefinition;
21  class DtTreeRandomizationInterface;
22  class DtTerrainOverlayOperation;
23 
27  {
28  public:
29 
32  DtTreeRandomizationInterface& iFace, std::string def );
33 
36 
38  void slot_onTreeScaleRandomizationEnabledChanged( bool enabled );
39 
41  void slot_onTreeOrientationRandomizationChanged( bool enabled );
42 
44  void slot_onTreeMinScaleChanged( double value );
45 
47  void slot_onTreeMaxScaleChanged( double value );
48 
51  void slot_onTerrainLoaded(const DtUnicode& pathTofile, bool reload);
52 
53  protected:
54 
55  void sendSettingsToGui();
56 
57  protected:
58 
62  std::string myDefinition;
63 
64  };
65 
66 }
A unicode string.
Definition: DtUnicode.h:33
DtTreeRandomizationInterface & myInterface
Definition: DtTreeRandomizationLogic.h:61
std::string myDefinition
Definition: DtTreeRandomizationLogic.h:62
DtDe & myDe
Definition: DtTreeRandomizationLogic.h:59
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract class specifying the interface a DtTreeRandomizationLogic expects.
Definition: DtTreeRandomizationInterface.h:19
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Base class to provide boost signal/slot management.
The logic for the TreeRandomization page.
Definition: DtTreeRandomizationLogic.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtSignalConnectionManager mySignals
Definition: DtTreeRandomizationLogic.h:60

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)