VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
17 
18 namespace makVrf
19 {
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;
46  bool myActive;
47 
48  };
49 
53  {
54  public:
55 
58 
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)