VR-Exchange 2.5 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
modPortalApp
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
14
#include <
portalApp/pObjectViewComponent.h
>
15
19
class
DtModObjectViewComponent
:
public
MAKVrExchange::DtObjectViewComponent
20
{
21
public
:
22
24
static
DtObjectViewComponent
*
create
(
25
MAKVrExchange::DtPortalConnection
* pConn,
QWidget
* parent );
26
28
virtual
~DtModObjectViewComponent
();
29
30
protected
:
31
33
DtModObjectViewComponent
(
MAKVrExchange::DtPortalConnection
* pconn,
QWidget
* parent );
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
50
DtModObjectViewComponent
(
const
DtModObjectViewComponent
& orig );
51
53
DtModObjectViewComponent
&
operator =
(
const
DtModObjectViewComponent
& orig );
54
55
protected
:
56
57
DtPortalReflectedFruitManager
*
myRefFruitMgr
;
58
59
};
Document ID: Generated on Wed Dec 21 15:05:11 EST 2016 from SVN revision 171891
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)