VR-Forces 4.0.4 Class Documentation
include/symbolMapper/ttsSymbolDesc.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2000 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: ttsSymbolDesc.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef TTSSYMBOLDESC_H
00013 #define TTSSYMBOLDESC_H
00014 
00015 #include "symbolMapper/ttfSymbolDesc.h"
00016 
00017 class DtSymbol;
00018 
00023 #include "symbolMapper/symbolMapperDefines.h"
00024 class DT_DLL_symbolMapper DtTtsSymbolDescriptor : public DtTtfSymbolDescriptor
00025 {
00026 public:
00027 
00029    DtTtsSymbolDescriptor();
00030 
00032    virtual ~DtTtsSymbolDescriptor();
00033 
00034    virtual QString type() const;
00035    virtual QString info() const;
00036 
00037    virtual DtSymbol* createSymbol(DtSymbolDrawer& drawer, const DtEntityMapperKey& key) const;
00038 
00039    virtual DtSymbolDescriptor* clone();
00040 };
00041 
00042 #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)