VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtAggregateMilStdIconVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: $ $Revision: $ $State: $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCore/vrvCore.h
>
16
#include <
vrvCore/DtMilStdIconVisualizer.h
>
17
18
namespace
makVrv
19
{
24
class
DT_DLL_VRVCORE
DtAggregateMilStdIconVisualizer
:
25
public
DtMilStdIconVisualizer
26
{
27
public
:
28
30
DtAggregateMilStdIconVisualizer
(
DtBaseConnection
& connection,
31
DtStateListener
& listener,
int
modelSet);
32
34
virtual
~
DtAggregateMilStdIconVisualizer
();
35
37
void
setEchelonEnabled(
bool
enabled);
39
bool
echelonEnabled()
const
;
40
42
virtual
void
setVisualizerDefinition(
const
DtVisualizerDefinition
& visDef);
43
48
virtual
unsigned
short
echelonCharacterForUnitSymbolFont(
int
force)
const
;
49
51
virtual
DtUnicode
generateSymbolString(
float
fillColor[4],
52
float
outlineColor[4],
unsigned
int
fillGlyph,
53
unsigned
int
outlineGlyph,
unsigned
int
echelonGlyph,
54
bool
damaged )
const
;
55
57
virtual
DtUnicode
generateSymbolString(
float
fillColor[4],
58
float
outlineColor[4],
unsigned
int
fillGlyph,
59
unsigned
int
outlineGlyph,
bool
damaged )
const
;
60
62
virtual
unsigned
short
echelonGlyph()
const
;
63
65
virtual
void
setShowMainIcon(
bool
);
66
68
virtual
const
DtStateVisualizer::TypeInfo
& typeInfo()
const
;
69
71
static
const
DtStateVisualizer::TypeInfo
& theTypeInfo();
72
73
protected
:
74
76
bool
myEchelonFlag
;
77
DtUnicodeChar
myEchelonGlyph
;
78
};
79
}
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
)