VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtModelPreloadPageLogic.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>
14 
15 namespace makVrv
16 {
17  class DtDe;
18  class DtModelPreloadInterface;
19  class DtPersistenceControlsInterface;
20 
26  {
27  public:
31  DtPersistenceControlsInterface& persistenceIFace);
32 
34  virtual ~DtModelPreloadPageLogic();
35 
36  protected:
37 
39  void sendSettingsToGui();
40 
43  virtual void slot_preloadModelAdded(std::string& name);
44  virtual void slot_preloadModelRemoved(std::string& name);
45  virtual void slot_clearPreloadModelList();
46  virtual void slot_loadPreloadModelList();
48 
50  //@ {
51  virtual void on_import();
52  virtual void on_export();
53  virtual void on_merge();
54  virtual void on_importFilePathChosen(const std::string& filePath);
55  virtual void on_exportFilePathChosen(const std::string& filePath);
56  virtual void on_mergeFilePathChosen(const std::string& filePath);
57  // @}
58 
59  protected:
60 
65  };
66 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)