VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvOsgQt
DtOsgAdapterQtWidgetLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtOsgAdapterQtWidgetLogic.h,v $ $Revision: 1.10 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtOsgAdapterQtWidgetLogic_H_
14
#define DtOsgAdapterQtWidgetLogic_H_
15
16
#include <
vrvOsgQt/vrvOsgQt.h
>
17
18
19
namespace
makVrv
20
{
21
22
class
DtDe;
23
class
DtDriverManager;
24
class
DtInputDriver;
25
class
DtOsgAdapterQtWidget;
26
class
DtChannel;
27
28
32
class
DT_DLL_VRVOSGQT
DtOsgAdapterQtWidgetLogic
33
{
34
35
public
:
36
static
DtOsgAdapterQtWidgetLogic
* create(
DtDe
& de,
DtOsgAdapterQtWidget
* iface);
37
38
40
41
virtual
~
DtOsgAdapterQtWidgetLogic
();
42
43
44
protected
:
45
47
DtOsgAdapterQtWidgetLogic
(
DtDe
& de,
DtOsgAdapterQtWidget
* iface );
48
49
protected
:
50
51
DtDe
&
myDe
;
52
DtOsgAdapterQtWidget
*
myInterface
;
53
54
55
};
56
}
57
58
#endif
59
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)