![]() |
VR-Forces 4.0.4 Class Documentation
|
A widget class for putting simulation control buttons on that are tied to existing menu items. More...

Public Member Functions | |
| DtVrfAttachObjectWidget (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| CTOR. | |
| virtual | ~DtVrfAttachObjectWidget () |
| DTOR. | |
Public Attributes | |
| QHBoxLayout * | myMainLayout |
| QPushButton * | myAttachSelectedBtn |
| QPushButton * | myAttachPreviousBtn |
| QPushButton * | myAttachNextBtn |
| QComboBox * | myAttachSelections |
Protected Slots | |
| virtual void | attachSelected () |
| handle the Attach Selected button clicked | |
| virtual void | attachPrevious () |
| handle the Attach Previous button clicked | |
| virtual void | attachNext () |
| handle the Attach Next button clicked | |
| virtual void | onSelectAttachMode (int) |
| Signal sent when attach mode changes on combo box. | |
Protected Member Functions | |
| virtual void | setupUi () |
| Sets up the contents of the widget onto the supplied parent. | |
| virtual void | setAttached (bool) |
| Set if the observer is attached. | |
| virtual void | setAttachNextEnabled (bool enabled) |
| show the attach next button enabled or disabled | |
| virtual void | setAttachPreviousEnabled (bool enabled) |
| show the attach previous button enabled or disabled | |
| virtual void | setAttachSelectedEnabled (bool enabled) |
| show the attach selected and attach by mode buttons enabled or disabled | |
| virtual void | addAttachModes (const std::list< makVrv::DtUnicode > &modeNames, const std::list< int > &modeTypes) |
| add attach modes to the attach mode combo box | |
| virtual void | setCurrentAttachMode (int modeType) |
| set the current attach mode | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtVrfAttachWidgetLogic * | myLogic |
A widget class for putting simulation control buttons on that are tied to existing menu items.
| makVrf::DtVrfAttachObjectWidget::DtVrfAttachObjectWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | flags = 0 |
||
| ) |
CTOR.
| virtual makVrf::DtVrfAttachObjectWidget::~DtVrfAttachObjectWidget | ( | ) | [virtual] |
DTOR.
| virtual void makVrf::DtVrfAttachObjectWidget::setupUi | ( | ) | [protected, virtual] |
Sets up the contents of the widget onto the supplied parent.
| virtual void makVrf::DtVrfAttachObjectWidget::setAttached | ( | bool | b | ) | [protected, virtual] |
Set if the observer is attached.
Implements makVrf::DtVrfAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachObjectWidget::setAttachNextEnabled | ( | bool | enabled | ) | [protected, virtual] |
show the attach next button enabled or disabled
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachObjectWidget::setAttachPreviousEnabled | ( | bool | enabled | ) | [protected, virtual] |
show the attach previous button enabled or disabled
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachObjectWidget::setAttachSelectedEnabled | ( | bool | enabled | ) | [protected, virtual] |
show the attach selected and attach by mode buttons enabled or disabled
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachObjectWidget::addAttachModes | ( | const std::list< makVrv::DtUnicode > & | modeNames, |
| const std::list< int > & | modeTypes | ||
| ) | [protected, virtual] |
add attach modes to the attach mode combo box
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachObjectWidget::setCurrentAttachMode | ( | int | modeType | ) | [protected, virtual] |
set the current attach mode
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachObjectWidget::attachSelected | ( | ) | [protected, virtual, slot] |
handle the Attach Selected button clicked
| virtual void makVrf::DtVrfAttachObjectWidget::attachPrevious | ( | ) | [protected, virtual, slot] |
handle the Attach Previous button clicked
| virtual void makVrf::DtVrfAttachObjectWidget::attachNext | ( | ) | [protected, virtual, slot] |
handle the Attach Next button clicked
| virtual void makVrf::DtVrfAttachObjectWidget::onSelectAttachMode | ( | int | ) | [protected, virtual, slot] |
Signal sent when attach mode changes on combo box.
makVrv::DtDe& makVrf::DtVrfAttachObjectWidget::myDe [protected] |
| QHBoxLayout* makVrf::DtVrfAttachObjectWidget::myMainLayout |