![]() |
VR-Forces 4.1.1 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 |
Virtual DTOR.
|
pure virtual |
Add an observer to the observer combo box.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.
|
pure virtual |
Remove an observer from the observer combo box.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.
|
pure virtual |
Set the current observer in the observer combo box.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.
|
pure virtual |
Sets combo visible/invisibile.
Implemented in makVrv::DtStealthControlWidget, and makVrv::DtObserverSelectionWidget.
|
pure virtual |
Returns the number of observers.
Implemented in makVrv::DtObserverSelectionWidget, and makVrv::DtStealthControlWidget.