VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtRemoteGraphicVisualizerAttributes.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2010 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: DtRemoteGraphicVisualizerAttributes.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 DtRemoteGraphicVisualizerAttributes
00022    {
00023    public:
00025       DtRemoteGraphicVisualizerAttributes();
00026 
00028       virtual ~DtRemoteGraphicVisualizerAttributes();
00029 
00031       virtual void setFlashing(bool flashing) = 0;
00032 
00034       virtual void setActive(bool active);
00035 
00037       virtual void setLayerName(const std::string& layerName);
00038 
00039    protected:
00040       virtual void setVisible(bool yesNo) = 0;
00041 
00042       bool        myActive;
00043       bool        myFlashing;
00044       std::vector<std::string> myLayers;
00045       std::string myLayerName;
00046       bool        myEnabled;
00047    };
00048 }
00049 

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)