VR-Forces 4.1.1 Class Documentation
ttsScaleToSize.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: ttsScaleToSize.h,v $ $Revision: 1.5 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtTTSScaleToSize_H_
13 #define DtTTSScaleToSize_H_
14 
15 class DtTTSSymbol;
16 class QString;
17 
23 {
24 public:
25 
29  DtTTSScaleToSize& operator=(const DtTTSScaleToSize& orig);
30  virtual ~DtTTSScaleToSize();
31 
32  virtual void setScale( DtTTSSymbol* symbol, unsigned scale );
33 
34  virtual void setValues(unsigned count, const int* values);
35  virtual void loadFromFile(QString& filename);
36 
37 protected:
38  unsigned myMaxScale;
39  unsigned* myConvertToSize;
40 
41 };
42 
43 #endif
44 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)