![]() |
VR-Forces 4.0.4 Class Documentation
|
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