VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbolMapper
mlsSymbolDesc.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2003 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: mlsSymbolDesc.h,v $ $Revision: 1.9 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTMLSSYMBOLDESC_H
13
#define DTMLSSYMBOLDESC_H
14
15
#include "
symbolMapper/symbolDesc.h
"
16
#include "
symbology/lineSymbol.h
"
17
#include "
symbolMapper/symbolMapperDefines.h
"
18
class
DT_DLL_symbolMapper
DtMlsSymbolDescriptor
:
public
DtSymbolDescriptor
19
{
20
public
:
21
23
DtMlsSymbolDescriptor
();
24
26
virtual
~
DtMlsSymbolDescriptor
();
27
29
DtMlsSymbolDescriptor
(
const
DtMlsSymbolDescriptor
& orig);
30
32
virtual
DtSymbolDescriptor
&
operator=
(
const
DtSymbolDescriptor
& rhs);
33
virtual
bool
operator==
(
const
DtSymbolDescriptor
&)
const
;
34
35
virtual
QString
type
()
const
;
36
virtual
QString
info
()
const
;
37
virtual
DtSymbol
*
createSymbol
(
DtSymbolDrawer
& drawer,
const
DtEntityMapperKey
& key)
const
;
38
39
virtual
void
setArrowStyle(QString style);
40
virtual
QString arrowStyle()
const
;
41
virtual
DtLineSymbol::DtArrowStyle
arrowStyleFromVar()
const
;
42
43
virtual
void
setPenStyle(QString style);
44
virtual
QString penStyle()
const
;
45
virtual
Qt::PenStyle penStyleFromVar()
const
;
46
47
virtual
void
setFreehand(
bool
b);
48
virtual
bool
freehand()
const
;
49
50
virtual
DtSymbolDescriptor
*
clone
();
51
52
virtual
QString
descriptorInformation
()
const
;
53
54
protected
:
55
QString
myArrowStyle
;
56
QString
myPenStyle
;
57
bool
myFreehand
;
58
};
59
60
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)