This is the complete list of members for
ControlConnection, including all inherited members.
| _addr | ControlConnection | [private] |
| _connectAttempt | ControlConnection | [private] |
| _connectTimer | ControlConnection | [private] |
| _connMutex | ControlConnection | [private] |
| _events | ControlConnection | [private] |
| _method | ControlConnection | [private] |
| _path | ControlConnection | [private] |
| _port | ControlConnection | [private] |
| _recvMutex | ControlConnection | [private] |
| _recvQueue | ControlConnection | [private] |
| _sendWaiter | ControlConnection | [private] |
| _sock | ControlConnection | [private] |
| _status | ControlConnection | [private] |
| _statusMutex | ControlConnection | [private] |
| cancelConnect() | ControlConnection | |
| connect(const QHostAddress &addr, quint16 port) | ControlConnection | |
| connect(const QString &addr) | ControlConnection | |
| connect() | ControlConnection | [private, slot] |
| Connected enum value | ControlConnection | |
| connected() | ControlConnection | [signal] |
| connectFailed(QString errmsg) | ControlConnection | [signal] |
| Connecting enum value | ControlConnection | |
| ControlConnection(ControlMethod::Method method, TorEvents *events=0) | ControlConnection | |
| disconnect() | ControlConnection | |
| Disconnected enum value | ControlConnection | |
| disconnected() | ControlConnection | [signal] |
| Disconnecting enum value | ControlConnection | |
| isConnected() | ControlConnection | |
| onConnected() | ControlConnection | [private, slot] |
| onDisconnected() | ControlConnection | [private, slot] |
| onError(QAbstractSocket::SocketError error) | ControlConnection | [private, slot] |
| onReadyRead() | ControlConnection | [private, slot] |
| run() | ControlConnection | [private] |
| send(const ControlCommand &cmd, ControlReply &reply, QString *errmsg=0) | ControlConnection | |
| send(const ControlCommand &cmd, QString *errmsg=0) | ControlConnection | |
| setStatus(Status status) | ControlConnection | [private] |
| Status enum name | ControlConnection | |
| status() | ControlConnection | |
| statusString(Status status) | ControlConnection | [private] |
| Unset enum value | ControlConnection | |
| ~ControlConnection() | ControlConnection | |