VR-Forces 4.0.4 Class Documentation
include/symbology/ttsScaleToSize.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2001 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: ttsScaleToSize.h,v $ $Revision: 1.5 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DtTTSScaleToSize_H_
00013 #define DtTTSScaleToSize_H_
00014 
00015 class DtTTSSymbol;
00016 class QString;
00017  
00021 #include "symbology/symbologyDefines.h"
00022 class DT_DLL_symbology DtTTSScaleToSize
00023 {
00024 public:
00025 
00027    DtTTSScaleToSize(  );
00028    DtTTSScaleToSize(const DtTTSScaleToSize& orig);
00029    DtTTSScaleToSize& operator=(const DtTTSScaleToSize& orig);
00030    virtual ~DtTTSScaleToSize();
00031 
00032    virtual void setScale( DtTTSSymbol* symbol, unsigned scale );
00033 
00034    virtual void setValues(unsigned count, const int* values);
00035    virtual void loadFromFile(QString& filename);
00036 
00037 protected:
00038    unsigned myMaxScale;
00039    unsigned* myConvertToSize;
00040 
00041 };
00042 
00043 #endif
00044 

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)