VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEntityDecalEffectVisualizer.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
13 
14 namespace makVrv
15 {
16  class DtTrailEffect;
17 
23  {
24  public:
27  DtStateListener& listener, int modelSet);
28 
31 
33  virtual void setDecalEffectEnabled(bool);
34 
36  bool decalEffectEnabled() const;
37 
39  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
40 
42  static const DtStateVisualizer::TypeInfo& theTypeInfo();
43 
44  protected:
45  virtual void createModelAgents();
46  virtual void destroyModelAgents();
47 
48  virtual void setModelDefinitionForAgents();
49  virtual void slot_listenerGlobalHostIdSet(const std::string&);
50 
51  void setEmbarked( bool b );
52  virtual bool visible() const;
53  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
54 
55  protected:
58  bool myEmbarked;
59  };
60 
61 
66 }
67 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)