VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
DtSymbolDecorationCreator.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrvCore/vrvCore.h
>
12
13
#include <string>
14
15
namespace
makVrv
16
{
17
class
DtSymbolDecoration;
18
class
DtSymbolDecorationVisualizer;
19
21
class
DT_DLL_VRVCORE
DtSymbolDecorationCreator
22
{
23
public
:
25
DtSymbolDecorationCreator
();
26
28
virtual
~
DtSymbolDecorationCreator
();
29
32
virtual
DtSymbolDecoration
* create(
33
DtSymbolDecorationVisualizer
& parentVisualizer) = 0;
34
37
virtual
DtSymbolDecorationCreator
* clone() = 0;
38
40
virtual
const
std::string& displayName() = 0;
41
44
virtual
const
std::string& decorationClassName() = 0;
45
48
virtual
const
std::string& tag() = 0;
49
};
50
}
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
)