VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gumballVisualizer.h
Go to the documentation of this file.
1 /**************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  **************************************************************************/
5 
9 
10 #pragma once
11 
14 
17 
18 namespace makVrv
19 {
20  class DtAttachableUpdaterAgent;
21  class DtProjectedWidgetModelAgent;
22  class DtWidgetAgent;
23 }
24 
25 namespace makVrf
26 {
27  class DtGumballStatusPixmapGenerator;
28 
32  {
33  public:
36  int modelSet);
37 
39  virtual ~DtGumballVisualizer();
40 
42  virtual const makVrv::DtStateVisualizer::TypeInfo& typeInfo() const;
43 
45  static const makVrv::DtStateVisualizer::TypeInfo& theTypeInfo();
46 
47  static const makVrv::DtVisualizerSchema& theGumballVisualizerSchema();
48 
50  virtual void setShowGumballs(bool);
51 
52  protected:
54  virtual void slot_gumballDataSet( const DtEntityStateListenerExtensions::GumballData& data );
55 
57  virtual void setScale(float f);
58 
59  virtual void createModelAgents();
60  virtual void destroyModelAgents();
61  virtual void setModelDefinitionForAgents();
62 
63  protected:
65  makVrv::DtProjectedWidgetModelAgent* myProjectedWidgetAgent;
66  makVrv::DtWidgetAgent* myWidgetAgent;
67  float myScale;
70  };
71 
74 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)