![]() |
VR-Forces 4.0.4 Class Documentation
|
Abstract interface for the stealth control widget. More...

Public Member Functions | |
| virtual | ~DtStealthControlWidgetInterface () |
| Virtual DTOR. | |
| virtual void | addObserver (const std::string &displayName, const DtUniqueID &id)=0 |
| Add an observer to the observer combo box. | |
| virtual void | removeObserver (const std::string &displayName, const DtUniqueID &id)=0 |
| Remove an observer from the observer combo box. | |
| virtual void | setCurrentObserver (const std::string &observerName)=0 |
| Set the current observer in the observer combo box. | |
| virtual void | setWidgetVisible (bool b)=0 |
| Sets combo visible/invisibile. | |
| virtual int | numObservers () const =0 |
| Returns the number of observers. | |
Abstract interface for the stealth control widget.
| virtual makVrv::DtStealthControlWidgetInterface::~DtStealthControlWidgetInterface | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrv::DtStealthControlWidgetInterface::addObserver | ( | const std::string & | displayName, |
| const DtUniqueID & | id | ||
| ) | [pure virtual] |
Add an observer to the observer combo box.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.
| virtual void makVrv::DtStealthControlWidgetInterface::removeObserver | ( | const std::string & | displayName, |
| const DtUniqueID & | id | ||
| ) | [pure virtual] |
Remove an observer from the observer combo box.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.
| virtual void makVrv::DtStealthControlWidgetInterface::setCurrentObserver | ( | const std::string & | observerName | ) | [pure virtual] |
Set the current observer in the observer combo box.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.
| virtual void makVrv::DtStealthControlWidgetInterface::setWidgetVisible | ( | bool | b | ) | [pure virtual] |
Sets combo visible/invisibile.
Implemented in makVrv::DtStealthControlWidget, and makVrv::DtObserverSelectionWidget.
| virtual int makVrv::DtStealthControlWidgetInterface::numObservers | ( | ) | const [pure virtual] |
Returns the number of observers.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.