This is the complete list of members for RemoteClient, including all inherited members.
| AbstractClient(QObject *parent=nullptr) | AbstractClient | explicit |
| activateAccepted() | AbstractClient | signal |
| activateError() | RemoteClient | signal |
| activateResponse(const Response &response) | RemoteClient | privateslot |
| activateToServer(const QString &_token) | RemoteClient | |
| addToListEventReceived(const Event_AddToList &event) | AbstractClient | signal |
| buddyListReceived(const QList< ServerInfo_User > &buddyList) | AbstractClient | signal |
| clearNewClientFeatures() | RemoteClient | private |
| clientFeatures | AbstractClient | |
| clientMutex | AbstractClient | mutableprivate |
| connectionClosedEventReceived(const Event_ConnectionClosed &event) | AbstractClient | signal |
| connectToHost(const QString &hostname, unsigned int port) | RemoteClient | private |
| connectToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_password) | RemoteClient | |
| country | AbstractClient | protected |
| disconnectFromServer() | RemoteClient | |
| doActivateToServer(const QString &_token) | RemoteClient | privateslot |
| doConnectToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_password) | RemoteClient | privateslot |
| doDisconnectFromServer() | RemoteClient | privateslot |
| doHashedLogin() | RemoteClient | privateslot |
| doLogin() | RemoteClient | privateslot |
| doRegisterToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_password, const QString &_email, const QString &_country, const QString &_realname) | RemoteClient | privateslot |
| doRequestForgotPasswordToServer(const QString &hostname, unsigned int port, const QString &_userName) | RemoteClient | privateslot |
| doRequestPasswordSalt() | RemoteClient | privateslot |
| doSubmitForgotPasswordChallengeToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_email) | RemoteClient | privateslot |
| doSubmitForgotPasswordResetToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_token, const QString &_newpassword) | RemoteClient | privateslot |
| AbstractClient | protected | |
| gameEventContainerReceived(const GameEventContainer &event) | AbstractClient | signal |
| gameJoinedEventReceived(const Event_GameJoined &event) | AbstractClient | signal |
| generateCommandLogin() | RemoteClient | privateslot |
| getNewCmdId() | AbstractClient | inlineprotected |
| getServerSupportsPasswordHash() const | AbstractClient | inline |
| getSrvClientID(const QString &_hostname) | RemoteClient | private |
| getStatus() const | AbstractClient | inline |
| getUserName() const | AbstractClient | inline |
| handshakeStarted | RemoteClient | private |
| hashedPassword | RemoteClient | private |
| ignoreListReceived(const QList< ServerInfo_User > &ignoreList) | AbstractClient | signal |
| inputBuffer | RemoteClient | private |
| lastDataReceived | RemoteClient | private |
| lastHostname | RemoteClient | private |
| lastPort | RemoteClient | private |
| listRoomsEventReceived(const Event_ListRooms &event) | AbstractClient | signal |
| loginError(Response::ResponseCode resp, QString reasonStr, quint32 endTime, QList< QString > missingFeatures) | RemoteClient | signal |
| loginResponse(const Response &response) | RemoteClient | privateslot |
| maxPingTime(int seconds, int maxSeconds) | AbstractClient | signal |
| maxTimeout | RemoteClient | private |
| messageInProgress | RemoteClient | private |
| messageLength | RemoteClient | private |
| networkSettingsProvider | RemoteClient | private |
| newMissingFeatureFound(const QString &_serversMissingFeatures) | RemoteClient | private |
| nextCmdId | AbstractClient | private |
| notifyUserAboutUpdate() | RemoteClient | signal |
| notifyUserEventReceived(const Event_NotifyUser &event) | AbstractClient | signal |
| password | AbstractClient | protected |
| passwordSaltResponse(const Response &response) | RemoteClient | privateslot |
| peerName() const | RemoteClient | inline |
| pendingCommands | AbstractClient | protected |
| ping() | RemoteClient | privateslot |
| prepareAdminCommand(const ::google::protobuf::Message &cmd) | AbstractClient | static |
| prepareModeratorCommand(const ::google::protobuf::Message &cmd) | AbstractClient | static |
| prepareRoomCommand(const ::google::protobuf::Message &cmd, int roomId) | AbstractClient | static |
| prepareSessionCommand(const ::google::protobuf::Message &cmd) | AbstractClient | static |
| processConnectionClosedEvent(const Event_ConnectionClosed &event) | RemoteClient | privateslot |
| processProtocolItem(const ServerMessage &item) | AbstractClient | protectedslot |
| processServerIdentificationEvent(const Event_ServerIdentification &event) | RemoteClient | privateslot |
| protocolVersionMismatch(int clientVersion, int serverVersion) | RemoteClient | signal |
| queuePendingCommand(PendingCommand *pend) | AbstractClient | privateslot |
| readData() | RemoteClient | privateslot |
| realName | AbstractClient | protected |
| registerAccepted() | AbstractClient | signal |
| registerAcceptedNeedsActivate() | AbstractClient | signal |
| registerError(Response::ResponseCode resp, QString reasonStr, quint32 endTime) | RemoteClient | signal |
| registerResponse(const Response &response) | RemoteClient | privateslot |
| registerToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_password, const QString &_email, const QString &_country, const QString &_realname) | RemoteClient | |
| RemoteClient(QObject *parent=nullptr, INetworkSettingsProvider *networkSettingsProvider=nullptr) | RemoteClient | explicit |
| removeFromListEventReceived(const Event_RemoveFromList &event) | AbstractClient | signal |
| replayAddedEventReceived(const Event_ReplayAdded &event) | AbstractClient | signal |
| requestForgotPasswordResponse(const Response &response) | RemoteClient | privateslot |
| requestForgotPasswordToServer(const QString &hostname, unsigned int port, const QString &_userName) | RemoteClient | |
| roomEventReceived(const RoomEvent &event) | AbstractClient | signal |
| sendCommand(const CommandContainer &cont) | AbstractClient | |
| sendCommand(PendingCommand *pend) | AbstractClient | |
| sendCommandContainer(const CommandContainer &cont) override | RemoteClient | protectedslot |
| serverIdentificationEventReceived(const Event_ServerIdentification &event) | AbstractClient | signal |
| serverMessageEventReceived(const Event_ServerMessage &event) | AbstractClient | signal |
| serverShutdownEventReceived(const Event_ServerShutdown &event) | AbstractClient | signal |
| serverSupportsPasswordHash | AbstractClient | protected |
| serverTimeout() | RemoteClient | signal |
| setStatus(ClientStatus _status) | AbstractClient | protected |
| sigActivateToServer(const QString &_token) | RemoteClient | signal |
| sigConnectToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_password) | RemoteClient | signal |
| sigDisconnectFromServer() | RemoteClient | signal |
| sigForgotPasswordError() | RemoteClient | signal |
| sigForgotPasswordSuccess() | RemoteClient | signal |
| sigPromptForForgotPasswordChallenge() | RemoteClient | signal |
| sigPromptForForgotPasswordReset() | RemoteClient | signal |
| sigQueuePendingCommand(PendingCommand *pend) | AbstractClient | signal |
| sigRegisterToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_password, const QString &_email, const QString &_country, const QString &_realname) | RemoteClient | signal |
| sigRequestForgotPasswordToServer(const QString &hostname, unsigned int port, const QString &_userName) | RemoteClient | signal |
| sigSubmitForgotPasswordChallengeToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_email) | RemoteClient | signal |
| sigSubmitForgotPasswordResetToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_token, const QString &_newpassword) | RemoteClient | signal |
| slotConnected() | RemoteClient | privateslot |
| slotSocketError(QAbstractSocket::SocketError error) | RemoteClient | privateslot |
| slotWebSocketError(QAbstractSocket::SocketError error) | RemoteClient | privateslot |
| socket | RemoteClient | private |
| socketError(const QString &errorString) | RemoteClient | signal |
| status | AbstractClient | private |
| statusChanged(ClientStatus _status) | AbstractClient | signal |
| submitForgotPasswordChallengeResponse(const Response &response) | RemoteClient | privateslot |
| submitForgotPasswordChallengeToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_email) | RemoteClient | |
| submitForgotPasswordResetResponse(const Response &response) | RemoteClient | privateslot |
| submitForgotPasswordResetToServer(const QString &hostname, unsigned int port, const QString &_userName, const QString &_token, const QString &_newpassword) | RemoteClient | |
| timer | RemoteClient | private |
| timeRunning | RemoteClient | private |
| token | AbstractClient | protected |
| userInfoChanged(const ServerInfo_User &userInfo) | AbstractClient | signal |
| userJoinedEventReceived(const Event_UserJoined &event) | AbstractClient | signal |
| userLeftEventReceived(const Event_UserLeft &event) | AbstractClient | signal |
| userMessageEventReceived(const Event_UserMessage &event) | AbstractClient | signal |
| userName | AbstractClient | protected |
| usingWebSocket | RemoteClient | private |
| websocket | RemoteClient | private |
| websocketMessageReceived(const QByteArray &message) | RemoteClient | privateslot |
| ~AbstractClient() override | AbstractClient | |
| ~RemoteClient() override | RemoteClient |