| virtual makVrv::DtDriverWidgetLogic::~DtDriverWidgetLogic |
( |
| ) |
|
|
virtual |
Constructor is protected because the static creator needs to call bind().
Create and initialize the logic. It calls bind() on the created logic.
| virtual void makVrv::DtDriverWidgetLogic::setupWidget |
( |
| ) |
|
|
virtual |
Called during the widget's construction. Must be called after the widget's gui exists.
| virtual void makVrv::DtDriverWidgetLogic::addDriver |
( |
const std::string & |
driverClassName | ) |
|
|
virtual |
| virtual void makVrv::DtDriverWidgetLogic::startDriver |
( |
const std::string & |
driverName | ) |
|
|
virtual |
Start the driver with the given name.
| virtual void makVrv::DtDriverWidgetLogic::stopDriver |
( |
const std::string & |
driverName | ) |
|
|
virtual |
Stop the driver with the given name.
| virtual void makVrv::DtDriverWidgetLogic::deleteDriver |
( |
const std::string & |
driverName | ) |
|
|
virtual |
Delete the driver with the given name.
| virtual void makVrv::DtDriverWidgetLogic::createNewDriverInteractively |
( |
| ) |
|
|
virtual |
Create a new driver via user input.
| virtual void makVrv::DtDriverWidgetLogic::slot_activate |
( |
DtDe * |
de | ) |
|
|
virtual |
| virtual void makVrv::DtDriverWidgetLogic::slot_deactivate |
( |
DtDe * |
de | ) |
|
|
virtual |
| DtDe& makVrv::DtDriverWidgetLogic::de |
( |
| ) |
|
|
inline |
| virtual void makVrv::DtDriverWidgetLogic::slot_onDriverAdded |
( |
DtDriver & |
driver | ) |
|
|
protectedvirtual |
| virtual void makVrv::DtDriverWidgetLogic::slot_onDriverToBeDestroyed |
( |
DtDriver & |
driver | ) |
|
|
protectedvirtual |
| virtual void makVrv::DtDriverWidgetLogic::slot_onDriverStarted |
( |
DtDriver & |
driver | ) |
|
|
protectedvirtual |
| virtual void makVrv::DtDriverWidgetLogic::slot_onDriverStopped |
( |
DtDriver & |
driver | ) |
|
|
protectedvirtual |
| DtDe& makVrv::DtDriverWidgetLogic::myDe |
|
protected |
The documentation for this class was generated from the following file: