VR-Forces Development_Version 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 
17 #include <vrvCoreQt/DtDockable.h>
18 #include <QtGui/QTreeWidget>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtConnectedSlavesLogic;
24 
29  {
30  Q_OBJECT;
31  public:
32 
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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)