VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtChannelProctor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtChannelProctor_H_
11 #define DtChannelProctor_H_
12 
13 #include <vrvCore/DtProctor.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
18 
22  {
23  public:
24 
25  friend class DtChannelProxy;
26 
29 
31  static DtChannelProctor& instance(DtDe& de);
32 
34  virtual ~DtChannelProctor();
35 
36  protected:
37 
39 
41 
42  };
43 }
44 
45 #endif
46 
The proxy object that lets you remotely control a channel.
Definition: DtChannelProxy.h:25
Base class for Proctor classes.
Definition: DtProctor.h:21
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv::DtProctor class.
Proctor class for remotely controlling channels.
Definition: DtChannelProctor.h:21
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)