VR-Forces 4.1 Class Documentation
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 
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 
39  {
40  Q_OBJECT
41 
42  public:
43 
45  DtEntityBehaviorOptionsWidget(QWidget* parent = NULL, const Qt::WindowFlags& flags = 0 );
46 
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:
65 
66 
67  private:
70 
73  };
74 }

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)