VR-Exchange 2.6 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
modObjectMgr.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2015 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "pFruit.h"
13 
15 
20 {
21 public:
22 
26 
28  virtual ~DtModObjectViewComponent();
29 
30 protected:
31 
34 
37  virtual void registerCallbacks();
38 
41  virtual void removeCallbacks();
42 
43  static void discoverFruitCb( const DtPortalReflectedFruit& obj, void* usrData );
44  static void updateFruitCb( const DtPortalReflectedFruit& obj, void* usrData );
45  static void deleteFruitCb( const DtPortalReflectedFruit& obj, void* usrData );
46 
47 private:
48 
51 
54 
55 protected:
56 
58 
59 };

Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (www.mak.com)