VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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 Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)