VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbology
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
21
#include "
symbology/symbologyDefines.h
"
22
class
DT_DLL_symbology
DtTTSScaleToSize
23
{
24
public
:
25
27
DtTTSScaleToSize
( );
28
DtTTSScaleToSize
(
const
DtTTSScaleToSize
& orig);
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)