VR-Forces 5.0.3 Developer's Guide
 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. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
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:20
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. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtSignalConnectionManager mySignals
Definition: DtTreeRandomizationLogic.h:60

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)