VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtRemoteGraphicStateVisualizer.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtRemoteGraphicStateVisualizer.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *********************************************************************/
00011 
00012 #pragma once
00013 
00014 #include <vrvCore/vrvCore.h>
00015 #include <vrvCore/DtStateVisualizer.h>
00016 
00017 namespace makVrv
00018 {
00021    class DT_DLL_VRVCORE DtRemoteGraphicStateVisualizer 
00022    {
00023    public:
00024       DtRemoteGraphicStateVisualizer();
00025 
00026       virtual ~DtRemoteGraphicStateVisualizer();
00027 
00029       virtual void setFlashing(bool flashing) = 0;
00030 
00032       virtual void setActive(bool active);
00033 
00035       virtual void setLayerName(const std::string& layerName);
00036 
00037    protected:
00038       virtual void setVisible(bool yesNo) = 0;
00039 
00040       bool        myActive;
00041       bool        myFlashing;
00042       std::vector<std::string> myLayers;
00043       std::string myLayerName;
00044       bool        myEnabled;
00045    };
00046 }
00047 

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)