![]() |
Fraxinus
22.04-rc3
An IGT application
|
#include <cxSocket.h>
Public Member Functions | |
| SocketClientConnector (SocketConnection::ConnectionInfo info, QTcpSocket *socket) | |
| virtual | ~SocketClientConnector () |
| virtual void | activate () |
| virtual void | deactivate () |
| virtual CX_SOCKETCONNECTION_STATE | getState () |
| virtual SocketConnection::ConnectionInfo | getInfo () const |
Public Member Functions inherited from cx::SocketConnector | |
| virtual | ~SocketConnector () |
Additional Inherited Members | |
Signals inherited from cx::SocketConnector | |
| void | stateChanged (CX_SOCKETCONNECTION_STATE) |
Definition at line 66 of file cxSocket.h.
| cx::SocketClientConnector::SocketClientConnector | ( | SocketConnection::ConnectionInfo | info, |
| QTcpSocket * | socket | ||
| ) |
Definition at line 43 of file cxSocket.cpp.
|
virtual |
Definition at line 51 of file cxSocket.cpp.
|
virtual |
Implements cx::SocketConnector.
Definition at line 56 of file cxSocket.cpp.
|
virtual |
Implements cx::SocketConnector.
Definition at line 63 of file cxSocket.cpp.
|
inlinevirtual |
Implements cx::SocketConnector.
Definition at line 75 of file cxSocket.h.
|
virtual |
Implements cx::SocketConnector.
Definition at line 69 of file cxSocket.cpp.