VR-Forces 4.8 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 }
DtPersistenceControlsInterface & myPersistenceControls
Definition: DtModelPreloadPageLogic.h:63
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
DtModelPreloadInterface & myInterface
Definition: DtModelPreloadPageLogic.h:62
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
DtDe & myDe
Definition: DtModelPreloadPageLogic.h:61
Base class to provide boost signal/slot management.
A DtModModelPreloadPageLogic provides the logic for a widget that allowd for the constuction of a lis...
Definition: DtModelPreloadPageLogic.h:25
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtModelPreloadInterface is the interface allowing the DtModelPreloadPageLogic and DtModelPreloadWidge...
Definition: DtModelPreloadInterface.h:20
DtSignalConnectionManager myConnections
Definition: DtModelPreloadPageLogic.h:64

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)