VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gumballSymbolDecoration.h
Go to the documentation of this file.
1 /**************************************************************************
2  * Copyright (c) 2018 MAK Technologies, Inc.
3  * All rights reserved.
4  **************************************************************************/
5 
6 #pragma once
7 
11 
14 
15 namespace makVrf
16 {
17  class DtGumballStatusPixmapGenerator;
18 
22  {
23  public:
26 
28  virtual ~DtGumballSymbolDecoration();
29 
31  virtual void setShowGumballs(bool);
32 
33  virtual void setVisualizeAtIndex(int);
34 
36  virtual void setScale(float f);
37 
38  virtual bool shouldBeVisualized();
39 
40  virtual void unvisualize();
41 
42  protected:
44  virtual void slot_gumballDataSet( const DtEntityStateListenerExtensions::GumballData& data );
45 
46  protected:
47  boost::signalslib::connection myUpdateConnection;
49  };
50 
53  {
54  public:
55  virtual DtStatePropertyDecoration* create(
56  DtStatePropertyDecorationVisualizer& parentVisualizer);
57 
58  virtual DtStatePropertyDecorationCreator* clone();
59 
60  virtual const std::string& decorationClassName();
61  };
62 }

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)