VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtStealthControlWidgetInterface.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtStealthControlWidgetInterface.h,v $ $Revision: 1.7 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtDtStealthControlWidgetInterface_H_
00014 #define DtStealthControlWidgetInterface_H_
00015 
00016 #include <vrvCoreQt/vrvCoreQt.h>
00017 #include <vrvCore/DtUniqueID.h>
00018 #include <vrvCore/DtObserverObject.h>
00019 
00020 #include <vector>
00021 
00022 namespace makVrv
00023 {
00026    class DT_DLL_VRVCOREQT DtStealthControlWidgetInterface
00027    {
00028    public:
00029    
00031       virtual ~DtStealthControlWidgetInterface();
00032       
00034       virtual void addObserver( const std::string& displayName, 
00035          const DtUniqueID& id ) = 0;
00036          
00038       virtual void removeObserver( const std::string& displayName, 
00039          const DtUniqueID& id ) = 0;
00040       
00042       virtual void setCurrentObserver( const std::string& observerName ) = 0;
00043 
00045       virtual void setWidgetVisible(bool b) = 0;
00046 
00048       virtual int numObservers() const = 0;
00049 
00050    };
00051 }
00052 #endif
00053 

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)