VR-Forces 4.10 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 
8 
9 #pragma once
10 #include <vrvCoreQt/vrvCoreQt.h>
12 
13 namespace makVrv
14 {
15  class DtDe;
16  class DtSlaveConnectionInterface;
17 
22  {
23 
24  public:
25 
28  static DtSlaveConnectionLogic* create(DtDe& de, DtSlaveConnectionInterface* iFace);
29 
30  virtual ~DtSlaveConnectionLogic();
31 
33  virtual void setupWidget();
34 
36  virtual void connect();
37 
39  virtual void restoreDefaultPort();
40 
42  virtual void slot_activate(DtDeCommunicator* igComm);
43 
45  virtual void slot_deactivate(DtDeCommunicator* igComm);
46 
47  protected:
48 
51 
53  void createDefaultDisplayEngineConfiguration(const std::string& igName);
54 
55  protected:
56 
59 
60  };
61 }
Contains makVrv::DtSubjectObserver class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
DtSlaveConnectionInterface * myInterface
Definition: DtSlaveConnectionLogic.h:58
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:22
DtDe * myDe
Definition: DtSlaveConnectionLogic.h:57
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:21

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)