VR-Forces 4.1.1 Class Documentation
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 
22  {
23  public:
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)