VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDisplayProctorImpl.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtDisplayProctorImpl.h,v $ $Revision: 1.16 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCore/vrvCore.h>
16 
17 namespace makVrv
18 {
19  class DtDe;
20  class DtDisplay;
21 
25  {
26  public:
27 
29  DtDisplayProctorImpl(DtDe& de, DtDisplay& display);
30 
32  virtual ~DtDisplayProctorImpl();
33 
34  protected:
35 
37  virtual bool addWindow( const std::string& displayName,
38  const DtWindowConfiguration& configuration);
39 
41  virtual void destroyWindow( const std::string& displayName,
42  const std::string& windowName );
43 
45  virtual void modifyWindow( const std::string& displayName,
46  const std::string& windowName,
47  const DtWindowConfiguration& configuration);
48 
49  protected:
50 
52 
53  };
54 }
Component which owns how the application is displayed.
Definition: DtDisplay.h:30
The abstract Window engine handler.
Definition: DtDisplayProctor.h:30
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:31
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Implementation of the makVrv::DtDisplayProctor.
Definition: DtDisplayProctorImpl.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.
DtDisplay * myDisplay
Definition: DtDisplayProctorImpl.h:51

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)