VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtSpeedTreeSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSpeedTreeSettingsLogic.h,v $ $Revision: 1.13 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvStQt/vrvStQt.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtSpeedTreeSettingsInterface;
21  class DtPersistenceControlsInterface;
22  class DtSettingsBackup;
23 
29  {
30 
31  public:
32 
35 
37 
39  virtual void sendSettingsToGui();
40 
41  void slot_onClippingPlaneChanged(float);
42  void slot_on3DLodDistancesChanged(float,float);
43  void slot_onBillboardDistancesChanged(float,float);
44  void slot_onTreesEnabledChanged(bool enabled);
45 
46  void slot_onAmbientScalarSet(float);
47  void slot_onDiffuseScalarSet(float);
48  void slot_onSpecularScalarSet(float);
49  void slot_onTransmissionScalarSet(float);
50  void slot_onAlphaScalarSet(float);
51 
53  virtual void on_import();
54  virtual void on_export();
55  virtual void on_importFilePathChosen(const std::string& filePath);
56  virtual void on_exportFilePathChosen(const std::string& filePath);
57  virtual void settingsRestored();
58 
59  protected:
60 
64  };
65 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)