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

Public Member Functions | |
| virtual | ~DtVrfAttachWidgetInterface () |
| virtual void | setAttached (bool)=0 |
| Set if the observer is attached. More... | |
Public Member Functions inherited from makVrv::DtAttachWidgetInterface | |
| DtAttachWidgetInterface () | |
| CTOR. More... | |
| virtual | ~DtAttachWidgetInterface () |
| Virtual DTOR. More... | |
| virtual void | setAttachNextEnabled (bool enabled)=0 |
| show the attach next button enabled or disabled More... | |
| virtual void | setAttachPreviousEnabled (bool enabled)=0 |
| show the attach previous button enabled or disabled More... | |
| virtual void | addAttachModes (const std::list< DtUnicode > &modeNames, const std::list< int > &modeTypes)=0 |
| add attach modes to the attach mode combo box More... | |
| virtual void | setCurrentAttachMode (int modeType)=0 |
| Set the current attach mode selected. More... | |
| virtual void | setAttachSelectedEnabled (bool enabled)=0 |
| show the attach selected button enabled or disabled More... | |
Protected Member Functions | |
| virtual void | setHideAttachedModel (bool trueFalse) |
| Unused for this class. More... | |
| virtual void | setAttachedObjects (const std::vector< makVrv::DtUnicode > &) |
| virtual void | enableDetach (bool enabled) |
| virtual void | setAttachedObjects (const std::vector< makVrv::DtUnicode > &attachedObject, bool visible) |
| Populate the attached objects list widget. More... | |
| virtual void | setShowMoreInformation (bool enabled) |
| virtual void | setHideAttachedModelEnabled (bool enabled) |
| Set the Hide Attach Model checkbox state. More... | |
| virtual void | setAttachableParts (const std::vector< makVrv::DtUnicode > &parts) |
| Set the attachable parts. More... | |
| virtual void | setAttachedPart (const makVrv::DtUnicode &partName) |
| Set the current attached part. More... | |
| virtual void | setAttachModeEnabled (int, bool) |
| Set the current attached part. More... | |
| virtual void | setMoreInformationShown (bool) |
| Set the current attached part. More... | |
| virtual void | addAttachFilter (const makVrv::DtUnicode &filterName, int filterType) |
| Add a filter type to the Attach Filter combo box. More... | |
| virtual void | setCurrentAttachFilter (int filterType) |
| set the current filter type More... | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtAttachWidgetInterface | |
| boost::signal< void(int)> | signal_setAttachMode |
| boost::signal< void()> | signal_attachToNext |
| boost::signal< void()> | signal_attachToPrevious |
| boost::signal< void(const std::string &)> | signal_attachToPartName |
| boost::signal< void()> | signal_attachToSelected |
| boost::signal< void()> | signal_detach |
| boost::signal< void(bool)> | signal_setHideAttachedModel |
| boost::signal< void(int)> | signal_attachFilterTypeChanged |
|
virtual |
|
pure virtual |
Set if the observer is attached.
Implements makVrv::DtAttachWidgetInterface.
Implemented in makVrf::DtVrfAttachObjectWidget.
|
inlineprotectedvirtual |
Unused for this class.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
Populate the attached objects list widget.
Implements makVrv::DtAttachWidgetInterface.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
Set the Hide Attach Model checkbox state.
Implements makVrv::DtAttachWidgetInterface.
|
inlineprotectedvirtual |
Set the attachable parts.
Implements makVrv::DtAttachWidgetInterface.
|
inlineprotectedvirtual |
Set the current attached part.
Implements makVrv::DtAttachWidgetInterface.
|
inlineprotectedvirtual |
Set the current attached part.
Implements makVrv::DtAttachWidgetInterface.
|
inlineprotectedvirtual |
Set the current attached part.
Implements makVrv::DtAttachWidgetInterface.
|
inlineprotectedvirtual |
Add a filter type to the Attach Filter combo box.
Implements makVrv::DtAttachWidgetInterface.
|
inlineprotectedvirtual |
set the current filter type
Implements makVrv::DtAttachWidgetInterface.