VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDiGuySettingsLogic.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2016 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 
16 
17 namespace makVrv
18 {
19 
20  class DtSettingsBackup;
21  class DtPersistenceControlsInterface;
22  class DtDiGuySettingsInterface;
23 
27  {
28  public:
29 
32  DtPersistenceControlsInterface& persistenceControls,
33  DtDiGuySettingsInterface& widget );
34 
36  virtual ~DtDiGuySettingsLogic();
37 
38  protected:
39 
43  virtual void displayUnitsChanged();
44 
46  virtual void sendSettingsToGui();
47 
49 
50 
52  virtual void slot_diGuyInstancingEnabledChanged( bool enable);
53 
55  virtual void slot_diGuyInstancedLodChanged( int lod);
56 
58  virtual void slot_diGuyVisualizeInstancingChanged( bool enable );
59 
61  virtual void slot_diGuyMaxDrawDistanceChanged( float distance );
62 
64  virtual void slot_settingMaxDrawDistanceChanged( float distance );
65 
67  virtual void slot_diGuyMultiThreadUpdateChanged( bool enable );
68 
69  //@ }
70 
72 
73 
74  virtual void on_import();
75  virtual void on_export();
76  virtual void on_importFilePathChosen( const std::string& filePath );
77  virtual void on_exportFilePathChosen( const std::string& filePath );
78  virtual void on_settingsRestored( const DtSettingsBackup* b );
79 
80  //@ }
81 
82  protected:
83 
88 
89  };
90 
91 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)