VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEnvironmentalVisualizerSet.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
14 #include <vrvUtil/signalslib.h>
15 
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtEnvironmentalStateListener;
21  class DtElementDefinitionManager;
22 
28  {
29  public:
35  DtStateListener& listener, int modelSet, bool distribute);
36 
38 
40  virtual void visualize( const DtUnicode& elementDefName);
41 
44  virtual bool setVisible(bool b,
46 
51  virtual DtStateVisualizer::Type supportsVisualizerType() const;
52 
53  private:
57 
61 
65 
66  protected:
67  virtual const DtElementDefinitionManager& elementDefinitionManager();
68  };
69 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)