VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtEnvironmentalVisualizerSet.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtEnvironmentalVisualizerSet.h,v $ $Revision: 1.43 $ $EnvironmentalInstance: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 
00016 #include <vrvCore/DtVisualizerSet.h>
00017 #include <vrvUtil/signalslib.h>
00018 
00019 #include <string>
00020 
00021 namespace makVrv
00022 {
00023    class DtEnvironmentalStateListener;
00024 
00029    class DT_DLL_VRVCORE DtEnvironmentalVisualizerSet : public DtVisualizerSet
00030    {
00031    public:
00036       DtEnvironmentalVisualizerSet(DtBaseConnection& simulation,
00037          DtStateListener& listener, int modelSet, bool distribute);
00038 
00039       virtual ~DtEnvironmentalVisualizerSet();
00040 
00042       virtual void visualize( const DtUnicode& elementDefName);
00043 
00046       virtual bool setVisible(bool b, 
00047          DtShowHideContext::ShowHideContext context = DtShowHideContext::InstanceHidden);
00048 
00053       virtual DtStateVisualizer::Type supportsVisualizerType() const;
00054 
00055    };
00056 }

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)