VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtTreeRandomizationLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2015 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 namespace makVrv
16 {
17 
18  class DtDe;
19  class DtModelDefinition;
20  class DtTreeRandomizationInterface;
21  class DtTerrainOverlayOperation;
22 
26  {
27  public:
28 
31  DtTreeRandomizationInterface& iFace, std::string def );
32 
35 
37  void slot_onTreeScaleRandomizationEnabledChanged( bool enabled );
38 
40  void slot_onTreeOrientationRandomizationChanged( bool enabled );
41 
43  void slot_onTreeMinScaleChanged( double value );
44 
46  void slot_onTreeMaxScaleChanged( double value );
47 
48  protected:
49 
50  void sendSettingsToGui();
51 
52  protected:
53 
57  std::string myDefinition;
58 
59  };
60 
61 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)