#include <networkcontrol.h>
Public Slots | |
| void | readClient () |
Signals | |
| void | commandReceived (QString &) |
Public Member Functions | |
| NetworkControlClient (QTcpSocket *) | |
| ~NetworkControlClient () | |
| QTcpSocket * | getSocket () |
| QTextStream * | getTextStream () |
Private Attributes | |
| QTcpSocket * | m_socket |
| QTextStream * | m_textStream |
Definition at line 24 of file networkcontrol.h.
| NetworkControlClient::NetworkControlClient | ( | QTcpSocket * | s | ) |
Definition at line 366 of file networkcontrol.cpp.
| NetworkControlClient::~NetworkControlClient | ( | ) |
Definition at line 374 of file networkcontrol.cpp.
| QTcpSocket* NetworkControlClient::getSocket | ( | ) | [inline] |
Definition at line 31 of file networkcontrol.h.
Referenced by NetworkControl::deleteClient(), and NetworkControl::sendReplyToClient().
| QTextStream* NetworkControlClient::getTextStream | ( | ) | [inline] |
Definition at line 32 of file networkcontrol.h.
Referenced by NetworkControl::sendReplyToClient().
| void NetworkControlClient::commandReceived | ( | QString & | ) | [signal] |
Referenced by readClient().
| void NetworkControlClient::readClient | ( | void | ) | [slot] |
Definition at line 382 of file networkcontrol.cpp.
Referenced by NetworkControlClient().
QTcpSocket* NetworkControlClient::m_socket [private] |
Definition at line 41 of file networkcontrol.h.
Referenced by getSocket(), NetworkControlClient(), and ~NetworkControlClient().
QTextStream* NetworkControlClient::m_textStream [private] |
Definition at line 42 of file networkcontrol.h.
Referenced by getTextStream(), NetworkControlClient(), and ~NetworkControlClient().
1.6.3