VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtSlaveConnectionInterface Class Referenceabstract

The interface class of the makVrv::DtSlaveConnectionWidget for the makVrv::DtSlaveConnectionLogic.

Inheritance diagram for makVrv::DtSlaveConnectionInterface:
Inheritance graph
[legend]

Public Member Functions

virtual const std::string & serverAddress () const =0
 
virtual void setServerAddress (const std::string &address)=0
 
virtual int serverPort () const =0
 
virtual void setServerPort (int port)=0
 
virtual void setConnectionState (bool connected)=0
 
virtual bool connectionState () const =0
 
virtual void onActivate ()=0
 
virtual void onDeactivate ()=0
 
virtual void onConnecting ()=0
 
virtual void onConnected ()=0
 
virtual void onUnableToConnect ()=0
 

Member Function Documentation

virtual const std::string& makVrv::DtSlaveConnectionInterface::serverAddress ( ) const
pure virtual

Get the server address.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual void makVrv::DtSlaveConnectionInterface::setServerAddress ( const std::string &  address)
pure virtual

Set the server address.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual int makVrv::DtSlaveConnectionInterface::serverPort ( ) const
pure virtual

Get the server port.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual void makVrv::DtSlaveConnectionInterface::setServerPort ( int  port)
pure virtual

Set the server port.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual void makVrv::DtSlaveConnectionInterface::setConnectionState ( bool  connected)
pure virtual

Set the connection state.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual bool makVrv::DtSlaveConnectionInterface::connectionState ( ) const
pure virtual

Get the connection state the widget is set to be in.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual void makVrv::DtSlaveConnectionInterface::onActivate ( )
pure virtual
virtual void makVrv::DtSlaveConnectionInterface::onDeactivate ( )
pure virtual
virtual void makVrv::DtSlaveConnectionInterface::onConnecting ( )
pure virtual

Make the widget aware that the IG is connecting.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual void makVrv::DtSlaveConnectionInterface::onConnected ( )
pure virtual

Make the interface aware that the IG was able to connect to the Slave.

Implemented in makVrv::DtSlaveConnectionWidget.

virtual void makVrv::DtSlaveConnectionInterface::onUnableToConnect ( )
pure virtual

Make the interface aware that the IG was unable to connect to the Slave.

Implemented in makVrv::DtSlaveConnectionWidget.


The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)