This is the complete list of members for ServerConnection, including all inherited members.
_authed | ServerConnection | private |
_autoConnect | ServerConnection | private |
_blank | ServerConnection | private |
_certHash | ServerConnection | private |
_expectedFingerprint | ServerConnection | private |
_fromServer | ServerConnection | private |
_isLocalConnection | ServerConnection | private |
_jpegQuality | ServerConnection | private |
_lastData | ServerConnection | private |
_myChallenge | ServerConnection | private |
_passwd | ServerConnection | private |
_sessionName | ServerConnection | private |
_socket | ServerConnection | private |
_timerConnectionCheck | ServerConnection | private |
_timerDelete | ServerConnection | private |
_timerId | ServerConnection | private |
_toServer | ServerConnection | private |
attentionChanged(bool state) | ServerConnection | signal |
checkLocalConnection() | ServerConnection | private |
closeVnc() | ServerConnection | signal |
disconnected(ServerConnection *connection) | ServerConnection | signal |
disconnectFromServer() | ServerConnection | |
getPeerAdress() const | ServerConnection | inline |
handleMsg() | ServerConnection | private |
isConnected() const | ServerConnection | inline |
isLocalConnection() | ServerConnection | inline |
onVncServerStartStop(int port, const QString &ropass, const QString &rwpass) | ServerConnection | privateslot |
onVncViewerStartStop(bool started, int clientId) | ServerConnection | slot |
openVnc(const QString &host, int port, const QString &passwd, bool ro, bool fullscreen, const QString &caption, const int clientId, const QByteArray &rawThumb) | ServerConnection | signal |
sendAttention(bool on) | ServerConnection | |
sendMessage(NetworkMessage &message) | ServerConnection | |
ServerConnection(const QString &host, quint16 port, const QByteArray &sessionName, const QByteArray &certHash, bool autoConnect) | ServerConnection | |
sock_closed() | ServerConnection | privateslot |
sock_connected() | ServerConnection | privateslot |
sock_dataArrival() | ServerConnection | privateslot |
sock_error(QAbstractSocket::SocketError errcode) | ServerConnection | privateslot |
sslErrors(const QList< QSslError > &errors) | ServerConnection | privateslot |
stateChange(ConnectWindow::ConnectionState state) | ServerConnection | signal |
timerEvent(QTimerEvent *event) override | ServerConnection | protected |
~ServerConnection() override | ServerConnection | |