![]() |
VR-Forces Development_Version 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 Member Functions inherited from makVrf::DtVrfAttachWidgetInterface | |
| virtual | ~DtVrfAttachWidgetInterface () |
Public Member Functions inherited from makVrv::DtAttachWidgetInterface | |
| DtAttachWidgetInterface () | |
| CTOR. | |
| virtual | ~DtAttachWidgetInterface () |
| Virtual 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 Member Functions inherited from makVrf::DtVrfAttachWidgetInterface | |
| virtual void | setHideAttachedModel (bool trueFalse) |
| Unused for this class. | |
| virtual void | setAttachedObjects (const std::vector< makVrv::DtUnicode > &) |
| Populate the attached objects list widget. | |
| virtual void | enableDetach (bool enabled) |
| virtual void | setShowMoreInformation (bool enabled) |
| virtual void | setHideAttachedModelEnabled (bool enabled) |
| Set the Hide Attach Model checkbox state. | |
| virtual void | setAttachableParts (const std::vector< makVrv::DtUnicode > &parts) |
| Set the attachable parts. | |
| virtual void | setAttachedPart (const makVrv::DtUnicode &partName) |
| Set the current attached part. | |
| virtual void | setAttachModeEnabled (int, bool) |
| Set the current attached part. | |
| virtual void | setMoreInformationShown (bool) |
| Set the current attached part. | |
| virtual void | addAttachFilter (const makVrv::DtUnicode &filterName, int filterType) |
| Add a filter type to the Attach Filter combo box. | |
| virtual void | setCurrentAttachFilter (int filterType) |
| set the current filter type | |
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 |
DTOR.
|
protectedvirtual |
Sets up the contents of the widget onto the supplied parent.
|
protectedvirtual |
Set if the observer is attached.
Implements makVrf::DtVrfAttachWidgetInterface.
|
protectedvirtual |
show the attach next button enabled or disabled
Implements makVrv::DtAttachWidgetInterface.
|
protectedvirtual |
show the attach previous button enabled or disabled
Implements makVrv::DtAttachWidgetInterface.
|
protectedvirtual |
show the attach selected and attach by mode buttons enabled or disabled
Implements makVrv::DtAttachWidgetInterface.
|
protectedvirtual |
add attach modes to the attach mode combo box
Implements makVrv::DtAttachWidgetInterface.
|
protectedvirtual |
set the current attach mode
Implements makVrv::DtAttachWidgetInterface.
|
protectedvirtualslot |
handle the Attach Selected button clicked
|
protectedvirtualslot |
handle the Attach Previous button clicked
|
protectedvirtualslot |
handle the Attach Next button clicked
|
protectedvirtualslot |
Signal sent when attach mode changes on combo box.
|
protected |
| QHBoxLayout* makVrf::DtVrfAttachObjectWidget::myMainLayout |
| QPushButton* makVrf::DtVrfAttachObjectWidget::myAttachSelectedBtn |
| QPushButton* makVrf::DtVrfAttachObjectWidget::myAttachPreviousBtn |
| QPushButton* makVrf::DtVrfAttachObjectWidget::myAttachNextBtn |
| QComboBox* makVrf::DtVrfAttachObjectWidget::myAttachSelections |
|
protected |