VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLoaderSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtLoaderSettingsLogic.h,v $ $Revision: 1.19 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtLoaderSettingsLogic_H_
14 #define DtLoaderSettingsLogic_H_
15 
17 #include <vrvOsgQt/vrvOsgQt.h>
19 #include <vector>
20 
21 namespace makVrv
22 {
23  class DtLoaderSettingsInterface;
24  class DtPersistenceControlsInterface;
25  class DtModel;
26  class DtDe;
27  class DtSettingsBackup;
28 
32  {
33  public:
34 
37  DtPersistenceControlsInterface& persistenceControls,
39 
41  virtual ~DtLoaderSettingsLogic();
42 
43  protected:
44 
46  void sendSettingsToGui();
47 
49  //@ {
50 
52  void slot_ddsFlipSet(bool flip);
53 
55  void on_import();
56  void on_export();
57  void on_importFilePathChosen(const std::string& filePath);
58  void on_exportFilePathChosen(const std::string& filePath);
59  //@ }
60 
62  virtual void settingsRestored(const DtSettingsBackup*);
63 
64  protected:
65 
69  };
70 }
71 
72 #endif
73 
The logic for dealing with Loader settings.
Definition: DtLoaderSettingsLogic.h:31
Contains makVrv::DtChannelConfiguration class.
DtPersistenceControlsInterface & myPersistenceControls
Definition: DtLoaderSettingsLogic.h:67
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
DtLoaderSettingsInterface & myWidget
Definition: DtLoaderSettingsLogic.h:66
Abstract interface for controlling persistence of state in a dialog.
Definition: DtPersistenceControlsInterface.h:20
Contains DLL export macros.
The interface between the logic and widget for loader settings.
Definition: DtLoaderSettingsInterface.h:21
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Provides a method of doign settings backup.
Definition: DtSettingsBackup.h:26
DtDe & myDe
Definition: DtLoaderSettingsLogic.h:68
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)