VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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
14 #include <vrvCoreQt/vrvCoreQt.h>
18 
19 namespace makVrv
20 {
21  class DtDe;
22  class DtFileCacheInterface;
23  class DtPersistenceControlsInterface;
24  class DtSettingsBackup;
25 
30  {
31  public:
34  DtPersistenceControlsInterface& persistenceGui);
35 
37 
40 
41  protected:
43  virtual void sendSettingsToGui();
44 
46  virtual void slot_enableAccelerationCachingChanged(bool enabled);
47 
49  virtual void slot_compressTexturesChanged(bool enabled);
50 
52  virtual void slot_clearAccelerationCache();
53 
55  virtual void slot_enableInstancingChanged(bool enabled);
56 
58  virtual void slot_clearOnNewSceneChanged(bool enabled);
59 
61  virtual void slot_clearInstanceCache();
62 
64  virtual void settingsRestored(const DtSettingsBackup*);
65 
67  virtual void on_import();
68  virtual void on_export();
69  virtual void on_importFilePathChosen(const std::string& filePath);
70  virtual void on_exportFilePathChosen(const std::string& filePath);
71 
72  protected:
76  };
77 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)