![]() |
VR-Forces 4.10 Class Documentation
|
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. More... | |
| virtual void | setServerAddress (const std::string &address)=0 |
| Set the server address. More... | |
| virtual int | serverPort () const =0 |
| Get the server port. More... | |
| virtual void | setServerPort (int port)=0 |
| Set the server port. More... | |
| virtual void | setConnectionState (bool connected)=0 |
| Set the connection state. More... | |
| virtual bool | connectionState () const =0 |
| Get the connection state the widget is set to be in. More... | |
| virtual void | onActivate ()=0 |
| virtual void | onDeactivate ()=0 |
| virtual void | onConnecting ()=0 |
| Make the widget aware that the IG is connecting. More... | |
| virtual void | onConnected ()=0 |
| Make the interface aware that the IG was able to connect to the Slave. More... | |
| virtual void | onUnableToConnect ()=0 |
| Make the interface aware that the IG was unable to connect to the Slave. More... | |
The interface class of the makVrv::DtSlaveConnectionWidget for the makVrv::DtSlaveConnectionLogic.
|
pure virtual |
Get the server address.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Set the server address.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Get the server port.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Set the server port.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Set the connection state.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Get the connection state the widget is set to be in.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Make the widget aware that the IG is connecting.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Make the interface aware that the IG was able to connect to the Slave.
Implemented in makVrv::DtSlaveConnectionWidget.
|
pure virtual |
Make the interface aware that the IG was unable to connect to the Slave.
Implemented in makVrv::DtSlaveConnectionWidget.