VR-Exchange 2.5 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
13 
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.
20 {
21 public:
22 
26 
29 
30 protected:
31 
34 
37  virtual void registerCallbacks();
38 
41  virtual void removeCallbacks();
42 
44  static void boomCb( const DtPortalBoomInteraction& inter, void* userData );
45 
46 private:
47 
50 
53 
54 };

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)