VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtConnectedSlavesLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtConnectedSlavesLogic_H_
11 #define DtConnectedSlavesLogic_H_
12 
13 #include <vrvCoreQt/vrvCoreQt.h>
15 
16 namespace makVrv
17 {
18 
19  class DtDe;
20  class DtDeCommunicator;
21  class DtConnectedSlavesInterface;
22 
26  {
27 
28  public:
29 
32  static DtConnectedSlavesLogic* create(DtDe& de, DtConnectedSlavesInterface* csInterface);
33 
34  virtual ~DtConnectedSlavesLogic();
35 
37  virtual void slot_activate(DtDeCommunicator* comm);
38 
40  virtual void slot_deactivate(DtDeCommunicator* comm);
41 
43  virtual void slot_addClient(const DtDeRecord& clientName);
44 
46  virtual void slot_removeClient(const std::string& clientName);
47 
49  virtual void updateClientList();
50 
51  protected:
52 
55 
56  protected:
59  };
60 }
61 
62 #endif
63 
DtDe & myDe
Definition: DtConnectedSlavesLogic.h:57
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:19
Contains makVrv::DtSubjectObserver class.
DtConnectedSlavesInterface * myInterface
Definition: DtConnectedSlavesLogic.h:58
A Record of an IG instance.
Definition: DtDeRecord.h:24
Logic class for the Connected Slaves widget.
Definition: DtConnectedSlavesLogic.h:25
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The class responsible for managing communication between multiple DtDe instances typically running in...
Definition: DtDeCommunicator.h:31
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)