VR-Forces 5.0.3 Developer's Guide
 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 
9 
10 #ifndef DtOsgFullscreenWindow_H_
11 #define DtOsgFullscreenWindow_H_
12 
13 #include <vrvOsg/vrvOsg.h>
14 #include <vrvOsg/DtOsgWindow.h>
16 
17 namespace osg
18 {
19  class GraphicsContext;
20 }
21 
22 namespace makVrv
23 {
24 
25  class DtDe;
26 
30  {
31 
32  public:
33 
34 
37 
39  virtual ~DtOsgFullscreenWindow();
40 
42  virtual void setPosition(int x,int y);
43 
45  virtual void resize(int width,int height);
46 
47  protected:
48 
49 
50  };
51 
55  {
56  public:
57 
60 
63 
65  virtual DtWindow* create(DtDe&, DtWindowConfiguration&);
66 
67  };
68 }
69 
70 #endif
71 
Abstract Base class.
Definition: DtWindow.h:25
A creator class for DtWindow instances.
Definition: DtWindow.h:130
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:28
A creator for makVrv::DtOsgFullscreenWindow.
Definition: DtOsgFullscreenWindow.h:54
Create a full screen OS display window using OSG.
Definition: DtOsgFullscreenWindow.h:29
Contains DLL export macros.
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:70
Contains makVrv::DtOsgView class.
Contains makVrv::DtWindowConfiguration class.
A basic OSG display window, used to get the osg context for a display window.
Definition: DtOsgWindow.h:36

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)