![]() |
VR-Forces 4.0.4 Class Documentation
|
This class provides an interface for widgets that display remote graphic set information. More...

Public Member Functions | |
| virtual | ~DtRemoteGraphicSetInterface () |
| virtual void | setRemoteGraphicSetStatus (const std::string &name, bool onOff)=0 |
| Set the status of the specified remote graphic set (and add if it doesn't exist) | |
| virtual void | removeRemoteGraphicSet (const std::string &name)=0 |
This class provides an interface for widgets that display remote graphic set information.
| virtual makVrv::DtRemoteGraphicSetInterface::~DtRemoteGraphicSetInterface | ( | ) | [virtual] |
| virtual void makVrv::DtRemoteGraphicSetInterface::setRemoteGraphicSetStatus | ( | const std::string & | name, |
| bool | onOff | ||
| ) | [pure virtual] |
Set the status of the specified remote graphic set (and add if it doesn't exist)
Implemented in makVrv::DtRemoteGraphicSetWidget.
| virtual void makVrv::DtRemoteGraphicSetInterface::removeRemoteGraphicSet | ( | const std::string & | name | ) | [pure virtual] |
Implemented in makVrv::DtRemoteGraphicSetWidget.