VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
behaviorOptionsWidget.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrvUtil/signalslib.h
>
12
13
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
14
#include <
vrfGuiCoreQt/behaviorOptionsWidgetInterface.h
>
15
#include <vrfGuiCoreQt/behaviorOptionsWidgetUi.hpp>
16
17
#include <QtGui/QWidget>
18
19
class
QTreeWidget
;
20
class
QTreeWidgetItem
;
21
27
28
namespace
makVrv
29
{
30
class
DtDe;
31
}
32
33
namespace
makVrf
34
{
35
class
DtEntityBehaviorOptionsWidgetLogic;
36
37
class
DT_DLL_VRFGUICOREQT
DtEntityBehaviorOptionsWidget
:
public
QWidget
,
38
public
DtEntityBehaviorOptionsWidgetInterface
39
{
40
Q_OBJECT
41
42
public
:
43
45
DtEntityBehaviorOptionsWidget
(
QWidget
* parent = NULL,
const
Qt::WindowFlags& flags = 0 );
46
48
virtual
~
DtEntityBehaviorOptionsWidget
();
49
50
protected
:
51
52
void
setupGui();
53
55
virtual
void
setRoadDrivingSide(
bool
);
56
57
protected
slots:
58
virtual
void
onRoadDrivingSideChanged();
59
60
public
:
61
Ui_EntityBehaviorOptionsWidgetUi
myUiImpl
;
62
63
protected
:
64
bool
myDrivingOnLeft
;
65
66
67
private
:
69
DtEntityBehaviorOptionsWidget
(
const
DtEntityBehaviorOptionsWidget
& orig);
70
72
DtEntityBehaviorOptionsWidget
& operator=(
const
DtEntityBehaviorOptionsWidget
& rhs);
73
};
74
}
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
)