VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
16 #include <vrvCoreQt/vrvCoreQt.h>
18 #include <vrvCoreQt/DtDockable.h>
19 #include <QtGui/QTreeWidget>
20 
21 namespace makVrv
22 {
23  class DtDe;
24  class DtConnectedSlavesLogic;
25 
30  {
31  Q_OBJECT;
32  public:
33 
36 
38  virtual ~DtConnectedSlavesWidget();
39 
41  virtual DtConnectedSlavesLogic* logic();
42 
44  virtual void onActivate();
45 
47  virtual void onDeactivate();
48 
50  virtual void onAddClient(const std::string& clientName,const std::string& clientType);
51 
53  virtual void onRemoveClient(const std::string& clientName);
54 
56  virtual void setVisible(bool visible);
57 
58  protected:
61  };
62 }
63 
64 #endif
65 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)