The interface class of the makVrv::DtSlaveConnectionWidget for the makVrv::DtSlaveConnectionLogic.
More...
Public Member Functions |
| virtual const std::string & | serverAddress () const =0 |
| | Get the server address.
|
| virtual void | setServerAddress (const std::string &address)=0 |
| | Set the server address.
|
| virtual int | serverPort () const =0 |
| | Get the server port.
|
| virtual void | setServerPort (int port)=0 |
| | Set the server port.
|
| virtual void | setConnectionState (bool connected)=0 |
| | Set the connection state.
|
| virtual bool | connectionState () const =0 |
| | Get the connection state the widget is set to be in.
|
| virtual void | onActivate ()=0 |
| virtual void | onDeactivate ()=0 |
| virtual void | onConnecting ()=0 |
| | Make the widget aware that the IG is connecting.
|
| virtual void | onConnected ()=0 |
| | Make the interface aware that the IG was able to connect to the Slave.
|
| virtual void | onUnableToConnect ()=0 |
| | Make the interface aware that the IG was unable to connect to the Slave.
|
Detailed Description
Member Function Documentation
| virtual const std::string& makVrv::DtSlaveConnectionInterface::serverAddress |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::setServerAddress |
( |
const std::string & |
address | ) |
|
|
pure virtual |
| virtual int makVrv::DtSlaveConnectionInterface::serverPort |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::setServerPort |
( |
int |
port | ) |
|
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::setConnectionState |
( |
bool |
connected | ) |
|
|
pure virtual |
| virtual bool makVrv::DtSlaveConnectionInterface::connectionState |
( |
| ) |
const |
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::onActivate |
( |
| ) |
|
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::onDeactivate |
( |
| ) |
|
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::onConnecting |
( |
| ) |
|
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::onConnected |
( |
| ) |
|
|
pure virtual |
| virtual void makVrv::DtSlaveConnectionInterface::onUnableToConnect |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: