VR-Forces 4.0.4 Class Documentation
include/vrvCore/Dt2DAggregateMilStdIconVisualizer.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile:  $ $Revision:  $ $State:  $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvCore/vrvCore.h>
00016 #include <vrvCore/DtAggregateMilStdIconVisualizer.h>
00017 
00018 namespace makVrv
00019 {
00024    class DT_DLL_VRVCORE Dt2DAggregateMilStdIconVisualizer :
00025       public DtAggregateMilStdIconVisualizer
00026    {
00027    public:
00028 
00030       Dt2DAggregateMilStdIconVisualizer(DtBaseConnection& connection, 
00031          DtStateListener& listener, int modelSet);
00032 
00034       virtual ~Dt2DAggregateMilStdIconVisualizer();
00035 
00037       virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
00038 
00040       static const DtStateVisualizer::TypeInfo& theTypeInfo();
00041    };
00042 
00043    typedef DtStateVisualizerCreatorTemplate<Dt2DAggregateMilStdIconVisualizer>
00044       Dt2DAggregateMilStdIconVisualizerCreator;
00045 }

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)