VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSlaveConnectionLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSlaveConnectionLogic.h,v $ $Revision: 1.20 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #pragma once
13 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtSlaveConnectionInterface;
20 
25  {
26 
27  public:
28 
31  static DtSlaveConnectionLogic* create(DtDe& de, DtSlaveConnectionInterface* iFace);
32 
33  virtual ~DtSlaveConnectionLogic();
34 
36  virtual void setupWidget();
37 
39  virtual void connect();
40 
42  virtual void restoreDefaultPort();
43 
45  virtual void slot_activate(DtDeCommunicator* igComm);
46 
48  virtual void slot_deactivate(DtDeCommunicator* igComm);
49 
50  protected:
51 
54 
56  void createDefaultDisplayEngineConfiguration(const std::string& igName);
57 
58  protected:
59 
62 
63  };
64 }
Contains makVrv::DtSubjectObserver class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtSlaveConnectionInterface * myInterface
Definition: DtSlaveConnectionLogic.h:61
The class responsible for managing communication between multiple DtDe instances typically running in...
Definition: DtDeCommunicator.h:31
The interface class of the makVrv::DtSlaveConnectionWidget for the makVrv::DtSlaveConnectionLogic.
Definition: DtSlaveConnectionInterface.h:25
DtDe * myDe
Definition: DtSlaveConnectionLogic.h:60
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
The logic for controlling and update the makVrv::DtSlaveConnectionWidget.
Definition: DtSlaveConnectionLogic.h:24

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)