VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)