VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)