VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgOsWindow.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 DtOsgOsWindow_H_
11 #define DtOsgOsWindow_H_
12 
13 #include <vrvOsg/vrvOsg.h>
14 #include <vrvOsg/DtOsgWindow.h>
16 
17 namespace makVrv
18 {
19 
20  class DtDe;
21 
25  {
26  public:
27 
30 
32  virtual ~DtOsgOsWindow();
33 
35  virtual void setPosition(int x,int y);
36 
38  virtual void resize(int width,int height);
39 
40 
41  };
42 
46  {
47  public:
48 
51 
53  virtual ~DtOsgOsWindowCreator();
54 
55 
57  virtual DtWindow* create(DtDe&, DtWindowConfiguration&);
58 
59  };
60 
61 
62 }
63 
64 #endif
65 
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
A creator class for makVrv::DtOsgOsWindow.
Definition: DtOsgOsWindow.h:45
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:28
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.
Create a windowed OS display window using OSG.
Definition: DtOsgOsWindow.h:24
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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)