VR-Exchange 2.2 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
examples
modPortalApp
modObjectMgr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2005 VT MAK
3
*********************************************************************/
4
#pragma once
5
8
9
#include <
portalApp/pObjectViewComponent.h
>
10
#include "
pFruit.h
"
11
12
16
class
DtModObjectViewComponent
:
public
MAKVrExchange::DtObjectViewComponent
17
{
18
19
20
public
:
21
23
DtModObjectViewComponent
(
MAKVrExchange::DtPortalConnection
*pconn,
24
QWidget
*parent);
25
27
virtual
~DtModObjectViewComponent
();
28
29
private
:
30
32
DtModObjectViewComponent
(
const
DtModObjectViewComponent
&orig);
33
35
DtModObjectViewComponent
&
operator=
(
const
DtModObjectViewComponent
&orig);
36
37
public
:
38
40
static
DtObjectViewComponent
*
create
(
41
MAKVrExchange::DtPortalConnection
*pConn,
QWidget
*parent);
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
51
DtPortalReflectedFruitManager
*
myRefFruitMgr
;
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
)