VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entitySource.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 
13 
14 #include <soundSys/loopingSource.h>
15 
16 #include <vl/reflectedEntityList.h>
17 
18 namespace makVrv
19 {
20 
25  {
26  public:
27 
29  DtEntitySource( DtReflectedEntity* entity, const char* soundFilename );
30 
32  virtual ~DtEntitySource();
33 
34  virtual DtReflectedEntity* getEntity();
35 
36  virtual void tick();
37 
40  virtual bool hasSupportingData( void* data ) const;
41 
42  private:
43 
45  DtEntitySource( const DtEntitySource& orig );
46 
48  DtEntitySource& operator = ( const DtEntitySource& orig );
49 
50  protected:
51 
52  DtReflectedEntity* myEntity;
54 
55  };
56 
57 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)