VR-Exchange 2.2 API Documentation
modObjectMgr.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 2005 VT MAK
3  *********************************************************************/
4 #pragma once
5 
8 
10 #include "pFruit.h"
11 
12 
17 {
18 
19 
20 public:
21 
24  QWidget *parent);
25 
27  virtual ~DtModObjectViewComponent();
28 
29 private:
30 
33 
36 
37 public:
38 
42 
43 protected:
44 
45  static void discoverFruitCb( const DtPortalReflectedFruit &obj, void *usrData);
46  static void updateFruitCb( const DtPortalReflectedFruit &obj, void *usrData);
47  static void deleteFruitCb( const DtPortalReflectedFruit &obj, void *usrData);
48 
49 protected:
50 
52 
53 };
54 
55 

Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)