VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtOsgOsWindow.h,v $ $Revision: 1.28 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtOsgOsWindow_H_
14 #define DtOsgOsWindow_H_
15 
16 #include <vrvOsg/vrvOsg.h>
17 #include <vrvOsg/DtOsgWindow.h>
19 
20 namespace makVrv
21 {
22 
23  class DtDe;
24 
28  {
29  public:
30 
33 
35  virtual ~DtOsgOsWindow();
36 
38  virtual void setPosition(int x,int y);
39 
41  virtual void resize(int width,int height);
42 
43 
44  };
45 
49  {
50  public:
51 
54 
56  virtual ~DtOsgOsWindowCreator();
57 
58 
60  virtual DtWindow* create(DtDe&, DtWindowConfiguration&);
61 
62  };
63 
64 
65 }
66 
67 #endif
68 
Abstract Base class.
Definition: DtWindow.h:25
A creator class for DtWindow instances.
Definition: DtWindow.h:116
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
A creator class for makVrv::DtOsgOsWindow.
Definition: DtOsgOsWindow.h:48
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:31
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtOsgView class.
Create a windowed OS display window using OSG.
Definition: DtOsgOsWindow.h:27
Contains makVrv::DtViewConfiguration 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 Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)