![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtEntityBehaviorOptionsWidget (QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtEntityBehaviorOptionsWidget () |
| destructor | |
Public Attributes | |
| Ui_EntityBehaviorOptionsWidgetUi | myUiImpl |
Protected Slots | |
| virtual void | onRoadDrivingSideChanged () |
Protected Member Functions | |
| void | setupGui () |
| virtual void | setRoadDrivingSide (bool) |
| set which side of the road the user wants the entities to drive on | |
Protected Attributes | |
| bool | myDrivingOnLeft |
Private Member Functions | |
| DtEntityBehaviorOptionsWidget (const DtEntityBehaviorOptionsWidget &orig) | |
| copy constructor. Not Implemented. | |
| DtEntityBehaviorOptionsWidget & | operator= (const DtEntityBehaviorOptionsWidget &rhs) |
| assignment operator. Not Implemented. | |
| makVrf::DtEntityBehaviorOptionsWidget::DtEntityBehaviorOptionsWidget | ( | QWidget * | parent = NULL, |
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
| virtual makVrf::DtEntityBehaviorOptionsWidget::~DtEntityBehaviorOptionsWidget | ( | ) | [virtual] |
destructor
| makVrf::DtEntityBehaviorOptionsWidget::DtEntityBehaviorOptionsWidget | ( | const DtEntityBehaviorOptionsWidget & | orig | ) | [private] |
copy constructor. Not Implemented.
| void makVrf::DtEntityBehaviorOptionsWidget::setupGui | ( | ) | [protected] |
| virtual void makVrf::DtEntityBehaviorOptionsWidget::setRoadDrivingSide | ( | bool | ) | [protected, virtual] |
set which side of the road the user wants the entities to drive on
Implements makVrf::DtEntityBehaviorOptionsWidgetInterface.
| virtual void makVrf::DtEntityBehaviorOptionsWidget::onRoadDrivingSideChanged | ( | ) | [protected, virtual, slot] |
| DtEntityBehaviorOptionsWidget& makVrf::DtEntityBehaviorOptionsWidget::operator= | ( | const DtEntityBehaviorOptionsWidget & | rhs | ) | [private] |
assignment operator. Not Implemented.
| Ui_EntityBehaviorOptionsWidgetUi makVrf::DtEntityBehaviorOptionsWidget::myUiImpl |