VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiSettingsWidgets
entityBehaviorOptionsWidget.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
12
13
#include <
vrfGuiSettingsWidgets/vrfGuiSettingsWidgets.h
>
14
#include <
vrfGuiSettingsWidgets/entityBehaviorOptionsWidgetInterface.h
>
15
#include "behaviorOptionsWidgetUi.hpp"
16
17
#include <QtWidgets/QWidget>
18
19
class
QGroupBox;
20
class
QRadioButton;
21
class
QFrame;
22
class
QLabel
;
23
29
30
namespace
makVrv
31
{
32
class
DtDe;
33
}
34
35
namespace
makVrf
36
{
37
class
DtEntityBehaviorOptionsWidgetLogic;
38
39
class
DT_DLL_VRFGUISETTINGSWIDGETS
DtEntityBehaviorOptionsWidget
:
public
QWidget,
40
public
DtEntityBehaviorOptionsWidgetInterface
41
{
42
Q_OBJECT
43
44
public
:
45
47
DtEntityBehaviorOptionsWidget
(QWidget* parent = NULL,
const
Qt::WindowFlags& flags = 0 );
48
50
virtual
~
DtEntityBehaviorOptionsWidget
();
51
52
protected
:
53
54
void
setupGui();
55
57
virtual
void
setRoadDrivingSide(
bool
);
58
59
protected
slots:
60
virtual
void
onRoadDrivingSideChanged();
61
62
public
:
63
Ui_EntityBehaviorOptionsWidgetUi
myUiImpl
;
64
65
protected
:
66
bool
myDrivingOnLeft
;
67
68
69
private
:
71
DtEntityBehaviorOptionsWidget
(
const
DtEntityBehaviorOptionsWidget
& orig);
72
74
DtEntityBehaviorOptionsWidget
& operator=(
const
DtEntityBehaviorOptionsWidget
& rhs);
75
};
76
}
makVrf::DtEntityBehaviorOptionsWidget
Definition:
entityBehaviorOptionsWidget.h:39
DT_DLL_VRFGUISETTINGSWIDGETS
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition:
vrfGuiSettingsWidgets.h:22
QLabel
makVrf::DtEntityBehaviorOptionsWidget::myDrivingOnLeft
bool myDrivingOnLeft
Definition:
entityBehaviorOptionsWidget.h:66
makVrf::DtEntityBehaviorOptionsWidgetInterface
Definition:
entityBehaviorOptionsWidgetInterface.h:26
vrfGuiSettingsWidgets.h
makVrf::DtEntityBehaviorOptionsWidget::myUiImpl
Ui_EntityBehaviorOptionsWidgetUi myUiImpl
Definition:
entityBehaviorOptionsWidget.h:63
entityBehaviorOptionsWidgetInterface.h
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)