VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFileCacheLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtFileCacheLogic.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtFileCacheInterface;
22  class DtPersistenceControlsInterface;
23  class DtSettingsBackup;
24 
29  {
30  public:
33  DtPersistenceControlsInterface& persistenceGui);
34 
36 
38  virtual ~DtFileCacheLogic();
39 
40  protected:
42  virtual void sendSettingsToGui();
43 
45  virtual void slot_enableAccelerationCachingChanged(bool enabled);
46 
48  virtual void slot_compressTexturesChanged(bool enabled);
49 
51  virtual void slot_clearAccelerationCache();
52 
54  virtual void slot_enableInstancingChanged(bool enabled);
55 
57  virtual void slot_clearOnNewSceneChanged(bool enabled);
58 
60  virtual void slot_clearInstanceCache();
61 
63  virtual void settingsRestored(const DtSettingsBackup*);
64 
66  virtual void on_import();
67  virtual void on_export();
68  virtual void on_importFilePathChosen(const std::string& filePath);
69  virtual void on_exportFilePathChosen(const std::string& filePath);
70 
71  protected:
75  };
76 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)