VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
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 
41  {
42  Q_OBJECT
43 
44  public:
45 
47  DtEntityBehaviorOptionsWidget(QWidget* parent = NULL, const Qt::WindowFlags& flags = 0 );
48 
50  virtual ~DtEntityBehaviorOptionsWidget() override;
51 
52  protected:
53 
54  void setupGui();
55 
57  virtual void setRoadDrivingSide(bool) override;
58 
59  protected slots:
60  virtual void onRoadDrivingSideChanged();
61 
62  public:
63  Ui_EntityBehaviorOptionsWidgetUi myUiImpl;
64 
65  protected:
67 
68 
69  private:
72 
75  };
76 }
Definition: entityBehaviorOptionsWidget.h:39
#define DT_DLL_VRFGUISETTINGSWIDGETS
Definition: vrfGuiSettingsWidgets.h:22
bool myDrivingOnLeft
Definition: entityBehaviorOptionsWidget.h:66
Definition: entityBehaviorOptionsWidgetInterface.h:26
Ui_EntityBehaviorOptionsWidgetUi myUiImpl
Definition: entityBehaviorOptionsWidget.h:63

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)