VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCore
DtAggregateMilStdIconVisualizer.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtMilStdIconVisualizer.h
>
14
15
namespace
makVrv
16
{
21
class
DT_DLL_VRVCORE
DtAggregateMilStdIconVisualizer
:
22
public
DtMilStdIconVisualizer
23
{
24
public
:
25
27
DtAggregateMilStdIconVisualizer
(
DtBaseConnection
& connection,
28
DtStateListener
& listener,
int
modelSet);
29
31
virtual
~
DtAggregateMilStdIconVisualizer
();
32
34
void
setEchelonEnabled(
bool
enabled);
36
bool
echelonEnabled()
const
;
37
39
virtual
void
setVisualizerDefinition(
const
DtVisualizerDefinition
& visDef);
40
45
virtual
unsigned
short
echelonCharacterForUnitSymbolFont(
int
force)
const
;
46
48
virtual
DtUnicode
generateSymbolString(
float
fillColor[4],
49
float
outlineColor[4],
unsigned
int
fillGlyph,
50
unsigned
int
outlineGlyph,
unsigned
int
echelonGlyph,
51
bool
damaged )
const
;
52
54
virtual
DtUnicode
generateSymbolString(
float
fillColor[4],
55
float
outlineColor[4],
unsigned
int
fillGlyph,
56
unsigned
int
outlineGlyph,
bool
damaged )
const
;
57
59
virtual
unsigned
short
echelonGlyph()
const
;
60
62
virtual
void
setShowMainIcon(
bool
);
63
65
virtual
const
DtStateVisualizer::TypeInfo
& typeInfo()
const
;
66
68
static
const
DtStateVisualizer::TypeInfo
& theTypeInfo();
69
70
protected
:
72
bool
myEchelonFlag
;
73
DtUnicodeChar
myEchelonGlyph
;
74
};
75
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)