VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
attackAnimation.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 
15 #include <set>
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtSharedSettingsManager;
21 }
22 
23 namespace makVrf
24 {
25  class DtInfluenceManager;
26  class DtVrfStateViewCollectionManager;
27 
29  {
30  public:
33 
35  virtual ~DtAttackAnimation();
36  virtual void doAttachment(double);
37 
38  virtual void setName(std::string);
39  virtual void setEntityId(makVrv::DtElementID);
40 
41  protected:
42  virtual int baseColor() const;
43 
44  virtual void setColor(int color, const std::set<int>& rings = std::set<int>());
45 
46  protected:
48  std::string myName;
54 
55  std::set<int> myAnimatingRings;
56  };
57 }

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)