VR-Forces 4.0.4 Class Documentation
include/vrvVrlQt/DtRemoteGraphicSetInterface.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtRemoteGraphicSetInterface.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00008 #pragma once
00009 
00013 
00014 #include <vrvVrlQt/vrvVrlQt.h>
00015 
00016 namespace makVrv
00017 {
00020    class DT_DLL_VRVVRLQT DtRemoteGraphicSetInterface
00021    {
00022    public:
00023       virtual ~DtRemoteGraphicSetInterface();
00024 
00027       virtual void setRemoteGraphicSetStatus(const std::string& name, bool onOff) = 0;
00028 
00029       virtual void removeRemoteGraphicSet(const std::string& name) = 0;
00030 
00031    };
00032 }
00033 

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)