VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtBaseEntityStateInterceptor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvVrl/vrvVrl.h>
13 #include <vlutil/vlNetTypes.h>
14 
15 class DtString;
16 
17 namespace makVrv
18 {
19  class DtVrlinkEntity;
20  class DtPartCollectionInterceptor;
21 
26  {
27  public:
28 
31 
34 
36  DtVrlinkEntity* vrlinkEntity();
37 
39  DtPartCollectionInterceptor* artPartInterceptor();
40 
43  virtual void setDiGuyAppearanceNoPropagation(const DtString& val) = 0;
44  virtual void setDiGuyHeadAppearanceNoPropagation(const DtString& val) = 0;
45  virtual void setDiGuyItemAppearanceNoPropagation(const DtString& val) = 0;
46  virtual void setDiGuyTypeNoPropagation(const DtString& val) = 0;
47  virtual void setDiGuyBodyWeightNoPropagation(DtFloat64 val) = 0;
48  virtual void setDiGuyActionNoPropagation(const DtString& val, bool paused, double speed) = 0;
50 
51  protected:
52 
54  };
55 
56 }

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)