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)
|
Constructor & Destructor Documentation
| virtual makVrv::DtConnectionSelectorWidgetInterface::~DtConnectionSelectorWidgetInterface |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setConnect |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrv::DtConnectionSelectorWidgetInterface::addDriver |
( |
const std::string & |
name, |
|
|
bool |
connected, |
|
|
bool |
onDriverSelectionList |
|
) |
| |
|
pure virtual |
| virtual void makVrv::DtConnectionSelectorWidgetInterface::removeDriver |
( |
const std::string & |
name | ) |
|
|
pure virtual |
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setDriverConnected |
( |
const std::string & |
name, |
|
|
bool |
connected |
|
) |
| |
|
pure virtual |
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setConnected |
( |
bool |
| ) |
|
|
pure virtual |
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setDriverOnSelectionList |
( |
const std::string & |
name, |
|
|
bool |
|
|
) |
| |
|
pure virtual |
| virtual void makVrv::DtConnectionSelectorWidgetInterface::setCanConnect |
( |
bool |
| ) |
|
|
pure virtual |
| virtual bool makVrv::DtConnectionSelectorWidgetInterface::isConnected |
( |
| ) |
const |
|
pure virtual |
Member Data Documentation
| boost::signal<void ()> makVrv::DtConnectionSelectorWidgetInterface::signal_connect |
| boost::signal<void ()> makVrv::DtConnectionSelectorWidgetInterface::signal_disconnect |
| boost::signal<void (std::string, bool)> makVrv::DtConnectionSelectorWidgetInterface::signal_driverOnSelectionListChanged |
The documentation for this class was generated from the following file: