VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
labelSymbolDecoration.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 <
vrfGuiCore/vrfGuiCore.h
>
13
14
#include <
vrvCore/DtSymbolDecoration.h
>
15
#include <
vrvCore/DtSymbolDecorationCreator.h
>
16
#include <
vrvCore/DtSymbolDecorationVisualizer.h
>
17
18
namespace
makVrf
19
{
22
class
DT_DLL_VRFGUICORE
DtLabelSymbolDecoration
:
public
makVrv::DtSymbolDecoration
23
{
24
public
:
25
27
DtLabelSymbolDecoration
(
unsigned
int
index,
28
makVrv::DtSymbolDecorationVisualizer
& parentVisualizer );
29
31
virtual
~
DtLabelSymbolDecoration
();
32
34
virtual
void
visualize();
35
37
virtual
void
unvisualize();
38
40
virtual
void
slot_labelSet(
const
std::string& name );
41
42
protected
:
43
44
unsigned
int
myIndex
;
45
makVrv::DtSymbolDecorationVisualizer
&
myParentVisualizer
;
46
bool
myActive
;
47
48
};
49
52
class
DT_DLL_VRFGUICORE
DtLabelSymbolDecorationCreator
:
public
makVrv::DtSymbolDecorationCreator
53
{
54
public
:
55
57
DtLabelSymbolDecorationCreator
();
58
60
virtual
~
DtLabelSymbolDecorationCreator
();
61
63
virtual
makVrv::DtSymbolDecoration
* create(
64
makVrv::DtSymbolDecorationVisualizer
& parentVisualizer );
65
68
virtual
makVrv::DtSymbolDecorationCreator
* clone();
69
71
virtual
const
makVrv::DtUnicode
& displayName();
72
75
virtual
const
std::string& decorationClassName();
76
79
virtual
const
std::string& tag();
80
81
};
82
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)