![]() |
VR-Forces 4.0.4 Class Documentation
|
Interface for the makVrv::DtDriverWidget. More...

Public Member Functions | |
| DtDriverWidgetInterface () | |
| Default CTOR. | |
| virtual | ~DtDriverWidgetInterface () |
| DTOR. | |
| virtual void | addDriver (const std::string &driverName)=0 |
| Add a driver. | |
| virtual void | removeDriver (const std::string &driverName)=0 |
| Remove a driver. | |
| virtual void | changeDriverState (const std::string &driverName, bool running)=0 |
| Specify the running state of the driver. | |
| virtual std::string | queryUserForNewDriver (const std::list< std::string > &driverrNames)=0 |
| request driver user | |
Interface for the makVrv::DtDriverWidget.
Default CTOR.
| virtual makVrv::DtDriverWidgetInterface::~DtDriverWidgetInterface | ( | ) | [inline, virtual] |
DTOR.
| virtual void makVrv::DtDriverWidgetInterface::addDriver | ( | const std::string & | driverName | ) | [pure virtual] |
Add a driver.
Implemented in makVrv::DtDriverWidget.
| virtual void makVrv::DtDriverWidgetInterface::removeDriver | ( | const std::string & | driverName | ) | [pure virtual] |
Remove a driver.
Implemented in makVrv::DtDriverWidget.
| virtual void makVrv::DtDriverWidgetInterface::changeDriverState | ( | const std::string & | driverName, |
| bool | running | ||
| ) | [pure virtual] |
Specify the running state of the driver.
Implemented in makVrv::DtDriverWidget.
| virtual std::string makVrv::DtDriverWidgetInterface::queryUserForNewDriver | ( | const std::list< std::string > & | driverrNames | ) | [pure virtual] |
request driver user
Implemented in makVrv::DtDriverWidget.