VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbolMapper
ttfSymbolDesc.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: ttfSymbolDesc.h,v $ $Revision: 1.12 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef TTFSYMBOLDESC_H
13
#define TTFSYMBOLDESC_H
14
15
#include "
symbolMapper/symbolDesc.h
"
16
17
class
DtSymbol
;
18
21
#include "
symbolMapper/symbolMapperDefines.h
"
22
class
DT_DLL_symbolMapper
DtTtfSymbolDescriptor
:
public
DtSymbolDescriptor
23
{
24
public
:
25
27
DtTtfSymbolDescriptor
();
28
30
virtual
~
DtTtfSymbolDescriptor
();
31
33
DtTtfSymbolDescriptor
(
const
DtTtfSymbolDescriptor
& orig);
34
36
virtual
DtSymbolDescriptor
&
operator=
(
const
DtSymbolDescriptor
& rhs);
37
virtual
bool
operator==
(
const
DtSymbolDescriptor
&)
const
;
38
39
virtual
QString
type
()
const
;
40
41
virtual
QString
info
()
const
;
42
43
virtual
DtSymbol
*
createSymbol
(
DtSymbolDrawer
& drawer,
const
DtEntityMapperKey
& key)
const
;
44
45
virtual
const
QString& fontname()
const
;
46
virtual
void
setFontname(
const
QString& s);
47
48
virtual
const
QString& value()
const
;
49
virtual
void
setValue(
const
QString& s);
50
51
virtual
QString
secondaryInfo
()
const
;
52
55
virtual
void
setFontScalingFactor(
double
scale);
56
virtual
double
fontScalingFactor()
const
;
57
58
virtual
DtSymbolDescriptor
*
clone
();
59
60
virtual
QString
descriptorInformation
()
const
;
61
62
protected
:
63
QString
myFontname
;
64
QString
myValue
;
65
double
myFontScalingFactor
;
66
};
67
68
#endif
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
)