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

Public Member Functions | |
| virtual | ~DtConnectionSelectorWidgetInterface () |
| Virtual DTOR. | |
| virtual void | setConnect (bool)=0 |
| Connect/disconnect given flag. | |
| virtual void | addDriver (const std::string &name, bool connected, bool onDriverSelectionList)=0 |
| Adds a new driver. | |
| virtual void | removeDriver (const std::string &name)=0 |
| Removes named driver. | |
| virtual void | setDriverConnected (const std::string &name, bool connected)=0 |
| Sets whether or not driver has been started. | |
| virtual void | setConnected (bool)=0 |
| Sets whether or not connected. Will only change button state. | |
| virtual void | setDriverOnSelectionList (const std::string &name, bool)=0 |
| Sets whether or not the driver should be selected on the selection list. | |
| virtual void | setCanConnect (bool)=0 |
| Sets wheter or not the connect button is enabled/disabled. | |
| virtual bool | isConnected () const =0 |
| Returns true if button is in connect state (pushed in) | |
Public Attributes | |
| boost::signal< void()> | signal_connect |
| boost::signal< void()> | signal_disconnect |
| boost::signal< void(std::string, bool)> | signal_driverOnSelectionListChanged |
| virtual makVrv::DtConnectionSelectorWidgetInterface::~DtConnectionSelectorWidgetInterface | ( | ) | [virtual] |
Virtual DTOR.
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setConnect | ( | bool | ) | [pure virtual] |
Connect/disconnect given flag.
Implemented in makVrv::DtConnectionSelectorWidget.
| virtual void makVrv::DtConnectionSelectorWidgetInterface::addDriver | ( | const std::string & | name, |
| bool | connected, | ||
| bool | onDriverSelectionList | ||
| ) | [pure virtual] |
Adds a new driver.
Implemented in makVrv::DtConnectionSelectorWidget.
| virtual void makVrv::DtConnectionSelectorWidgetInterface::removeDriver | ( | const std::string & | name | ) | [pure virtual] |
Removes named driver.
Implemented in makVrv::DtConnectionSelectorWidget.
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setDriverConnected | ( | const std::string & | name, |
| bool | connected | ||
| ) | [pure virtual] |
Sets whether or not driver has been started.
Implemented in makVrv::DtConnectionSelectorWidget.
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setConnected | ( | bool | ) | [pure virtual] |
Sets whether or not connected. Will only change button state.
Implemented in makVrv::DtConnectionSelectorWidget.
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setDriverOnSelectionList | ( | const std::string & | name, |
| bool | |||
| ) | [pure virtual] |
Sets whether or not the driver should be selected on the selection list.
Implemented in makVrv::DtConnectionSelectorWidget.
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setCanConnect | ( | bool | ) | [pure virtual] |
Sets wheter or not the connect button is enabled/disabled.
Implemented in makVrv::DtConnectionSelectorWidget.
| virtual bool makVrv::DtConnectionSelectorWidgetInterface::isConnected | ( | ) | const [pure virtual] |
Returns true if button is in connect state (pushed in)
Implemented in makVrv::DtConnectionSelectorWidget.
| boost::signal<void ()> makVrv::DtConnectionSelectorWidgetInterface::signal_connect |
| boost::signal<void ()> makVrv::DtConnectionSelectorWidgetInterface::signal_disconnect |
| boost::signal<void (std::string, bool)> makVrv::DtConnectionSelectorWidgetInterface::signal_driverOnSelectionListChanged |