VR-Forces 5.0.3 Developer's Guide
 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 
9 
10 #ifndef DtConnectedSlavesWidget_H_
11 #define DtConnectedSlavesWidget_H_
12 
14 #include <vrvCoreQt/DtDockable.h>
15 #include <QtWidgets/QTreeWidget>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtConnectedSlavesLogic;
21 
26  {
27  Q_OBJECT;
28  public:
29 
31  DtConnectedSlavesWidget(DtDe& de,QWidget* parent);
32 
34  virtual ~DtConnectedSlavesWidget();
35 
37  virtual DtConnectedSlavesLogic* logic();
38 
40  virtual void onActivate();
41 
43  virtual void onDeactivate();
44 
46  virtual void onAddClient(const std::string& clientName,const std::string& clientType);
47 
49  virtual void onRemoveClient(const std::string& clientName);
50 
52  virtual void setVisible(bool visible);
53 
54  protected:
56  };
57 }
58 
59 #endif
60 
Abstract connected slaves widget interface.
Definition: DtConnectedSlavesInterface.h:19
Logic class for the Connected Slaves widget.
Definition: DtConnectedSlavesLogic.h:25
The dockable class provides the docking interface for any class to be a dockable widget in the DtDeMa...
Definition: DtDockable.h:27
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
DtConnectedSlavesLogic * myLogic
Definition: DtConnectedSlavesWidget.h:55
Contains makVrv::DtDockable class.
Contains makVrv::DtConnectedSlavesInterface class.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Displays all the connection slaves.
Definition: DtConnectedSlavesWidget.h:24

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)