VR-Forces 4.7 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)