VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWindowProctorImpl.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 DtWindowProctorImpl_H_
11 #define DtWindowProctorImpl_H_
12 
13 #include <vrvCore/vrvCore.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtWindowManager;
20 
24  {
25  public:
26 
29 
31  virtual ~DtWindowProctorImpl();
32 
33  protected:
34 
36  virtual void addChannel( const std::string& displayName, const std::string& windowName,
37  const DtChannelConfiguration& config);
38 
40  virtual void destroyChannel(const std::string& displayName, const std::string& windowName,
41  const std::string& channelName);
42 
44  virtual void modifyChannel(const std::string& displayName, const std::string& windowName,
45  const std::string& channelName, const DtChannelConfiguration& config);
46 
48  };
49 }
50 
51 #endif
52 
Contains makVrv::DtViewProctor class.
This is used to distribute information about a window from the master to slave engines.
Definition: DtWindowProctor.h:25
Component which knows how to make windows.
Definition: DtWindowManager.h:31
DtWindowManager * myManager
Definition: DtWindowProctorImpl.h:47
Implementation of the Window Proctor.
Definition: DtWindowProctorImpl.h:23
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:24
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:72
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)