VR-Exchange 2.6 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
modInterMgr.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 <
portalApp/pInteractionViewComponent.h
>
13
14
class
DtPortalBoomInteraction
;
15
16
// A Interaction Manager class that is responsible for displaying interactions
17
// in the portal GUI. This class registers for DtPortalBoom interactions and
18
// calls processInteraction() which updates the display.
19
class
DtModInteractionViewComponent
:
public
MAKVrExchange::DtInteractionViewComponent
20
{
21
public
:
22
24
static
DtInteractionViewComponent
*
create
(
25
MAKVrExchange::DtPortalConnection
* pconn,
QWidget
* parent );
26
28
virtual
~DtModInteractionViewComponent
();
29
30
protected
:
31
33
DtModInteractionViewComponent
(
MAKVrExchange::DtPortalConnection
* pconn,
QWidget
* parent );
34
37
virtual
void
registerCallbacks
();
38
41
virtual
void
removeCallbacks
();
42
44
static
void
boomCb
(
const
DtPortalBoomInteraction
& inter,
void
* userData );
45
46
private
:
47
49
DtModInteractionViewComponent
(
const
DtModInteractionViewComponent
& orig );
50
52
DtModInteractionViewComponent
&
operator =
(
const
DtModInteractionViewComponent
& orig );
53
54
};
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
)