VR-Forces 4.0.4 Class Documentation
examples/exampleVisualDefinitionSet/DtExampleIndicatorVisualizer.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtExampleIndicatorVisualizer.h,v $ $Revision: 1.43 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #ifndef DtExampleIndicatorVisualizer_H_
00013 #define DtExampleIndicatorVisualizer_H_
00014 
00015 #include <vrvCore/DtEntityIndicatorVisualizer.h>
00016 
00017 namespace makVrv
00018 {
00019    class DtEntityStateListener;
00020 
00021    namespace vrvExampleVisualDefinitionSetPlugin
00022    {
00023       class DtExampleIndicatorVisualizer : public DtEntityIndicatorVisualizer
00024       {
00025       public:
00027          DtExampleIndicatorVisualizer(DtBaseConnection& simulation, DtStateListener& listener, int modelSet);
00028 
00030          virtual ~DtExampleIndicatorVisualizer();
00031 
00032          virtual DtUnicode generateInfoString() const;
00033 
00034       protected:
00036          virtual void setUpdateInfo(bool);
00037 
00038       protected:
00039 
00041          DtEntityStateListener*  myEntityListener;
00042       };
00043 
00044       typedef DtStateVisualizerCreatorTemplate<DtExampleIndicatorVisualizer> DtExampleIndicatorVisualizerCreator;
00045    }
00046 }
00047 
00048 #endif

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)