VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtConnectedSlavesWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtConnectedSlavesWidget.h,v $ $Revision: 1.15 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtConnectedSlavesWidget_H_
14 #define DtConnectedSlavesWidget_H_
15 
17 #include <vrvCoreQt/DtDockable.h>
18 #include <QtWidgets/QTreeWidget>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtConnectedSlavesLogic;
24 
29  {
30  Q_OBJECT;
31  public:
32 
34  DtConnectedSlavesWidget(DtDe& de,QWidget* parent);
35 
37  virtual ~DtConnectedSlavesWidget();
38 
40  virtual DtConnectedSlavesLogic* logic();
41 
43  virtual void onActivate();
44 
46  virtual void onDeactivate();
47 
49  virtual void onAddClient(const std::string& clientName,const std::string& clientType);
50 
52  virtual void onRemoveClient(const std::string& clientName);
53 
55  virtual void setVisible(bool visible);
56 
57  protected:
59  };
60 }
61 
62 #endif
63 
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:22
Logic class for the Connected Slaves widget.
Definition: DtConnectedSlavesLogic.h:28
The dockable class provides the docking interface for any class to be a dockable widget in the DtDeMa...
Definition: DtDockable.h:31
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
DtConnectedSlavesLogic * myLogic
Definition: DtConnectedSlavesWidget.h:58
Contains makVrv::DtDockable class.
Contains makVrv::DtConnectedSlavesInterface class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Displays all the connection slaves.
Definition: DtConnectedSlavesWidget.h:27

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)