VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvOsg
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
>
18
#include <
vrvUtil/DtWindowConfiguration.h
>
19
20
namespace
osg
21
{
22
class
GraphicsContext;
23
}
24
25
namespace
makVrv
26
{
27
28
class
DtDe;
29
32
class
DT_DLL_VRVOSG
DtOsgFullscreenWindow
:
public
DtOsgWindow
33
{
34
35
public
:
36
37
39
DtOsgFullscreenWindow
(
DtDe
& de,
DtWindowConfiguration
& wc);
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
57
class
DT_DLL_VRVOSG
DtOsgFullscreenWindowCreator
:
public
DtWindowCreator
58
{
59
public
:
60
62
DtOsgFullscreenWindowCreator
();
63
65
virtual
~
DtOsgFullscreenWindowCreator
();
66
68
virtual
DtWindow
* create(
DtDe
&,
DtWindowConfiguration
&);
69
70
};
71
}
72
73
#endif
74
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)