![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtAggregateIndicatorVisualizer.h,v $ $Revision: 1.43 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00014 00015 #pragma once 00016 #include <vrvCore/DtEntityIndicatorVisualizer.h> 00017 00018 namespace makVrv 00019 { 00020 00028 class DT_DLL_VRVCORE DtAggregateIndicatorVisualizer : 00029 public DtEntityIndicatorVisualizer 00030 { 00031 public: 00033 DtAggregateIndicatorVisualizer(DtBaseConnection& simulation, 00034 DtStateListener& listener, int modelSet); 00035 00037 virtual ~DtAggregateIndicatorVisualizer(); 00038 00040 virtual const DtStateVisualizer::TypeInfo& typeInfo() const; 00041 00043 static const DtStateVisualizer::TypeInfo& theTypeInfo(); 00044 00045 protected: 00046 virtual DtUnicode generateInfoString() const; 00047 00048 }; 00049 00050 typedef DtStateVisualizerCreatorTemplate<DtAggregateIndicatorVisualizer> 00051 DtAggregateIndicatorVisualizerCreator; 00052 }