VR-Forces 4.7 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 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)