VR-Exchange 2.4 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 Thu Jul 23 10:25:22 EDT 2015 from SVN revision 155065
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)