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

Public Member Functions | |
| virtual | ~DtVrfAttachWidgetInterface () |
| virtual void | setAttached (bool)=0 |
| Set if the observer is attached. | |
Protected Member Functions | |
| 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 | |
| virtual makVrf::DtVrfAttachWidgetInterface::~DtVrfAttachWidgetInterface | ( | ) | [virtual] |
| virtual void makVrf::DtVrfAttachWidgetInterface::setAttached | ( | bool | b | ) | [pure virtual] |
Set if the observer is attached.
Implements makVrv::DtAttachWidgetInterface.
Implemented in makVrf::DtVrfAttachObjectWidget.
| virtual void makVrf::DtVrfAttachWidgetInterface::setHideAttachedModel | ( | bool | trueFalse | ) | [inline, protected, virtual] |
Unused for this class.
| virtual void makVrf::DtVrfAttachWidgetInterface::setAttachedObjects | ( | const std::vector< makVrv::DtUnicode > & | attachedObjects | ) | [inline, protected, virtual] |
Populate the attached objects list widget.
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachWidgetInterface::enableDetach | ( | bool | enabled | ) | [inline, protected, virtual] |
| virtual void makVrf::DtVrfAttachWidgetInterface::setShowMoreInformation | ( | bool | enabled | ) | [inline, protected, virtual] |
| virtual void makVrf::DtVrfAttachWidgetInterface::setHideAttachedModelEnabled | ( | bool | enabled | ) | [inline, protected, virtual] |
Set the Hide Attach Model checkbox state.
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachWidgetInterface::setAttachableParts | ( | const std::vector< makVrv::DtUnicode > & | parts | ) | [inline, protected, virtual] |
Set the attachable parts.
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachWidgetInterface::setAttachedPart | ( | const makVrv::DtUnicode & | partName | ) | [inline, protected, virtual] |
Set the current attached part.
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachWidgetInterface::setAttachModeEnabled | ( | int | , |
| bool | |||
| ) | [inline, protected, virtual] |
Set the current attached part.
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachWidgetInterface::setMoreInformationShown | ( | bool | ) | [inline, protected, virtual] |
Set the current attached part.
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachWidgetInterface::addAttachFilter | ( | const makVrv::DtUnicode & | filterName, |
| int | filterType | ||
| ) | [inline, protected, virtual] |
Add a filter type to the Attach Filter combo box.
Implements makVrv::DtAttachWidgetInterface.
| virtual void makVrf::DtVrfAttachWidgetInterface::setCurrentAttachFilter | ( | int | filterType | ) | [inline, protected, virtual] |
set the current filter type
Implements makVrv::DtAttachWidgetInterface.