VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsgQt
DtEmbeddedOsgWindow.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#ifndef DtEmbeddedOsgWindow_H_
11
#define DtEmbeddedOsgWindow_H_
12
13
#include <
vrvOsgQt/vrvOsgQt.h
>
14
#include <
vrvOsg/DtOsgWindow.h
>
15
16
namespace
makVrv
17
{
18
19
class
DtOsgAdapterQtWidget;
20
23
class
DT_DLL_VRVOSGQT
DtEmbeddedOsgWindow
:
public
DtOsgWindow
24
{
25
26
public
:
27
30
DtEmbeddedOsgWindow
(
DtDe
& de,
DtWindowConfiguration
& wc,
DtOsgAdapterQtWidget
* pAdapter);
31
33
~
DtEmbeddedOsgWindow
();
34
36
virtual
void
setPosition(
int
x,
int
y);
37
39
virtual
void
resize(
int
width,
int
height);
40
42
DtOsgAdapterQtWidget
* adapterWidget();
43
44
protected
:
45
46
DtOsgAdapterQtWidget
*
myAdapter
;
47
48
};
49
50
}
51
52
#endif
53
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)