VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
symbology
symbolDisplayOptions.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2004 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: symbolDisplayOptions.h,v $ $Revision: 1.3 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTSYMBOLDISPLAYOPTIONS_H_
13
#define DTSYMBOLDISPLAYOPTIONS_H_
14
15
#include "
symbology/symbologyDefines.h
"
16
class
DT_DLL_symbology
DtSymbolDisplayOptions
17
{
18
public
:
19
20
DtSymbolDisplayOptions
();
21
22
DtSymbolDisplayOptions
(
const
DtSymbolDisplayOptions
& orig);
23
24
virtual
~
DtSymbolDisplayOptions
();
25
26
DtSymbolDisplayOptions
& operator=(
const
DtSymbolDisplayOptions
& rhs);
27
28
virtual
DtSymbolDisplayOptions
* clone();
29
32
virtual
void
copy(
DtSymbolDisplayOptions
*);
33
34
void
setJustCreated(
bool
);
35
bool
justCreated()
const
;
36
37
virtual
int
cacheValue()
const
;
38
39
protected
:
40
bool
myJustCreated
;
41
};
42
43
inline
void
DtSymbolDisplayOptions::setJustCreated
(
bool
b)
44
{
45
myJustCreated
= b;
46
}
47
48
inline
bool
DtSymbolDisplayOptions::justCreated
()
const
49
{
50
return
myJustCreated
;
51
}
52
53
#endif
54
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
)