VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgFullscreenWindow.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtOsgFullscreenWindow.h,v $ $Revision: 1.25 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtOsgFullscreenWindow_H_
14 #define DtOsgFullscreenWindow_H_
15 
16 #include <vrvOsg/vrvOsg.h>
17 #include <vrvOsg/DtOsgWindow.h>
19 
20 namespace osg
21 {
22  class GraphicsContext;
23 }
24 
25 namespace makVrv
26 {
27 
28  class DtDe;
29 
33  {
34 
35  public:
36 
37 
40 
42  virtual ~DtOsgFullscreenWindow();
43 
45  virtual void setPosition(int x,int y);
46 
48  virtual void resize(int width,int height);
49 
50  protected:
51 
52 
53  };
54 
58  {
59  public:
60 
63 
66 
68  virtual DtWindow* create(DtDe&, DtWindowConfiguration&);
69 
70  };
71 }
72 
73 #endif
74 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)