VR-Exchange 2.1 API Documentation
modInterMgr.h
Go to the documentation of this file.
1 /*********************************************************************
2  ** Copyright (c) 2005 VT MAK
3  *********************************************************************/
4 #pragma once
5 
7 
9 
10 // A Interaction Manager class that is responsible for displaying interactions
11 // in the portal GUI. This class registers for DtPortalBoom interactions and
12 // calls processInteraction() which updates the display.
14 {
15 
16 public:
17 
18  // Constructor
20 
21  // Destructor
23 
24 private:
25  // Copy Ctor Not Implemented
27 
28  // Assignment Operator Not Implemented
30 
31 public:
32 
33  // A Factory Method we can register with our DtPortalAppGui class.
36 
37 protected:
38 
39  // A static callback received when we get a DtPortalBoomInteraction
40  static void boomCb(const DtPortalBoomInteraction &inter, void *userData);
41 
42 
43 };
44 
45 
46 

Document ID: Generated on Tue Aug 7 22:07:13 EDT 2012 from SVN revision 117874
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)