VR-Forces 4.1 Class Documentation
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 
43  void slot_onLodChanged(float,float);
44  void slot_onPerformanceProfileChanged(int index);
45 
47  virtual void on_import();
48  virtual void on_export();
49  virtual void on_importFilePathChosen(const std::string& filePath);
50  virtual void on_exportFilePathChosen(const std::string& filePath);
51  virtual void settingsRestored();
52 
53  protected:
54 
58  };
59 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)