VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbolMapper
bmpSymbolDesc.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: bmpSymbolDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef BMPSYMBOLDESC_H
13
#define BMPSYMBOLDESC_H
14
15
#include "
symbolMapper/symbolDesc.h
"
16
#include "
symbology/pointObjSymbol.h
"
17
21
#include "
symbolMapper/symbolMapperDefines.h
"
22
class
DT_DLL_symbolMapper
DtBmpSymbolDescriptor
:
public
DtSymbolDescriptor
23
{
24
public
:
25
27
DtBmpSymbolDescriptor
();
28
30
virtual
~
DtBmpSymbolDescriptor
();
31
33
DtBmpSymbolDescriptor
(
const
DtBmpSymbolDescriptor
& 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& filename()
const
;
46
virtual
void
setFilename(
const
QString& s);
47
48
virtual
void
setAlignment(
const
QString&);
49
virtual
DtPointObjectSymbol::DtPointObjectAlignment
alignment()
const
;
50
virtual
const
QString& alignmentString()
const
;
51
52
virtual
DtSymbolDescriptor
*
clone
();
53
54
virtual
QString
descriptorInformation
()
const
;
55
56
protected
:
57
QString
myFilename
;
58
QString
myAlignment
;
59
};
60
61
#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
)