VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtRemoteGraphicSetController.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtRemoteGraphicSetController.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00011 
00012 #pragma once
00013 
00014 #include <vrvCore/vrvCore.h>
00015 #include <vrvCore/DtUniqueID.h>
00016 
00017 #include <string>
00018 
00019 namespace makVrv
00020 {
00021    class DtDe;
00022 
00026    class DT_DLL_VRVCORE DtRemoteGraphicSetController
00027    {
00028    public:
00030       DtRemoteGraphicSetController(DtDe& de, DtUniqueID id);
00031 
00033       virtual ~DtRemoteGraphicSetController();
00034 
00036       virtual void setRemoteGraphicSet(const std::string& name, bool onOff);
00037 
00039       virtual void addRemoteGraphicSet(const std::string& name);
00040 
00042       virtual void removeRemoteGraphicSet(const std::string& name);
00043 
00045       virtual void addAttributeGroupTemplate(const std::string& groupName,
00046          const std::string& templateName);
00047 
00049       virtual void removeAttributeGroupTemplate(const std::string& groupName,
00050          const std::string& templateName);
00051 
00053       virtual void setAttributeGroupTemplateStatus(const std::string& groupName,
00054          const std::string& templateName, bool onOff);
00055    protected:
00056       DtDe& myDe;
00057    };
00058 }

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)