VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtConnectedSlavesWidget.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2007 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtConnectedSlavesWidget.h,v $ $Revision: 1.15 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00012  
00013 #ifndef DtConnectedSlavesWidget_H_ 
00014 #define DtConnectedSlavesWidget_H_ 
00015  
00016 #include <vrvCoreQt/vrvCoreQt.h>
00017 #include <vrvCoreQt/DtConnectedSlavesInterface.h>
00018 #include <vrvCoreQt/DtDockable.h>
00019 #include <QtGui/QTreeWidget>
00020  
00021 namespace makVrv 
00022 { 
00023    class DtDe;
00024    class DtConnectedSlavesLogic;
00025 
00028    class DT_DLL_VRVCOREQT DtConnectedSlavesWidget : public QTreeWidget,
00029       public DtConnectedSlavesInterface, public DtDockable
00030    {
00031       Q_OBJECT;
00032    public:
00033 
00035       DtConnectedSlavesWidget(DtDe& de,QWidget* parent);
00036 
00038       virtual ~DtConnectedSlavesWidget();
00039 
00041       virtual DtConnectedSlavesLogic* logic();
00042 
00044       virtual void onActivate();
00045 
00047       virtual void onDeactivate();
00048 
00050       virtual void onAddClient(const std::string& clientName,const std::string& clientType);
00051 
00053       virtual void onRemoveClient(const std::string& clientName);
00054 
00056       virtual void setVisible(bool visible);
00057 
00058    protected:
00059       DtDe& myDe;
00060       DtConnectedSlavesLogic* myLogic;
00061    }; 
00062 } 
00063  
00064 #endif 
00065  

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)