VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSimulationSettingsLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSimulationSettingsLogic.h,v $ $Revision: 1.13 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtSimulationSettingsLogic_H_
14 #define DtSimulationSettingsLogic_H_
15 
16 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 namespace makVrv
19 {
20  class DtSimulationSettingsInterface;
21  class DtDriver;
22 
26  {
27  public:
28 
31  DtSimulationSettingsInterface& simSettingsInterface,
32  const std::string& driverClassName,
33  const std::string& protocolName);
34 
36  virtual ~DtSimulationSettingsLogic();
37 
41  virtual std::string addSimulationConnection();
42 
44  virtual void renameSimulationConnection(const std::string& oldName,
45  const std::string& newName);
46 
48  virtual void removeSimulationConnection(const std::string& driverName);
49 
50  protected:
51 
52  std::string generateName();
53 
54  void on_driverAdded(DtDriver&);
55  void on_driverToBeDestroyed(DtDriver&);
56  void on_autoDriverChanged(const std::string& driver);
57 
58  protected:
61  std::string myDriverClassName;
62  std::string myProtocolName;
63  };
64 }
65 
66 #endif
67 

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)