#include <abstract_client.h>
◆ AbstractClient()
| AbstractClient::AbstractClient |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ ~AbstractClient()
| AbstractClient::~AbstractClient |
( |
| ) |
|
|
override |
◆ activateAccepted
| void AbstractClient::activateAccepted |
( |
| ) |
|
|
signal |
◆ addToListEventReceived
| void AbstractClient::addToListEventReceived |
( |
const Event_AddToList & | event | ) |
|
|
signal |
◆ buddyListReceived
| void AbstractClient::buddyListReceived |
( |
const QList< ServerInfo_User > & | buddyList | ) |
|
|
signal |
◆ connectionClosedEventReceived
| void AbstractClient::connectionClosedEventReceived |
( |
const Event_ConnectionClosed & | event | ) |
|
|
signal |
◆ gameEventContainerReceived
| void AbstractClient::gameEventContainerReceived |
( |
const GameEventContainer & | event | ) |
|
|
signal |
◆ gameJoinedEventReceived
| void AbstractClient::gameJoinedEventReceived |
( |
const Event_GameJoined & | event | ) |
|
|
signal |
◆ getNewCmdId()
| int AbstractClient::getNewCmdId |
( |
| ) |
|
|
inlineprotected |
◆ getServerSupportsPasswordHash()
| bool AbstractClient::getServerSupportsPasswordHash |
( |
| ) |
const |
|
inline |
◆ getStatus()
◆ getUserName()
| const QString & AbstractClient::getUserName |
( |
| ) |
const |
|
inline |
◆ ignoreListReceived
| void AbstractClient::ignoreListReceived |
( |
const QList< ServerInfo_User > & | ignoreList | ) |
|
|
signal |
◆ listRoomsEventReceived
| void AbstractClient::listRoomsEventReceived |
( |
const Event_ListRooms & | event | ) |
|
|
signal |
◆ maxPingTime
| void AbstractClient::maxPingTime |
( |
int | seconds, |
|
|
int | maxSeconds ) |
|
signal |
◆ notifyUserEventReceived
| void AbstractClient::notifyUserEventReceived |
( |
const Event_NotifyUser & | event | ) |
|
|
signal |
◆ prepareAdminCommand()
| PendingCommand * AbstractClient::prepareAdminCommand |
( |
const ::google::protobuf::Message & | cmd | ) |
|
|
static |
◆ prepareModeratorCommand()
| PendingCommand * AbstractClient::prepareModeratorCommand |
( |
const ::google::protobuf::Message & | cmd | ) |
|
|
static |
◆ prepareRoomCommand()
| PendingCommand * AbstractClient::prepareRoomCommand |
( |
const ::google::protobuf::Message & | cmd, |
|
|
int | roomId ) |
|
static |
◆ prepareSessionCommand()
| PendingCommand * AbstractClient::prepareSessionCommand |
( |
const ::google::protobuf::Message & | cmd | ) |
|
|
static |
◆ processProtocolItem
| void AbstractClient::processProtocolItem |
( |
const ServerMessage & | item | ) |
|
|
protectedslot |
◆ queuePendingCommand
◆ registerAccepted
| void AbstractClient::registerAccepted |
( |
| ) |
|
|
signal |
◆ registerAcceptedNeedsActivate
| void AbstractClient::registerAcceptedNeedsActivate |
( |
| ) |
|
|
signal |
◆ removeFromListEventReceived
| void AbstractClient::removeFromListEventReceived |
( |
const Event_RemoveFromList & | event | ) |
|
|
signal |
◆ replayAddedEventReceived
| void AbstractClient::replayAddedEventReceived |
( |
const Event_ReplayAdded & | event | ) |
|
|
signal |
◆ roomEventReceived
| void AbstractClient::roomEventReceived |
( |
const RoomEvent & | event | ) |
|
|
signal |
◆ sendCommand() [1/2]
| void AbstractClient::sendCommand |
( |
const CommandContainer & | cont | ) |
|
◆ sendCommand() [2/2]
◆ sendCommandContainer()
| virtual void AbstractClient::sendCommandContainer |
( |
const CommandContainer & | cont | ) |
|
|
protectedpure virtual |
◆ serverIdentificationEventReceived
| void AbstractClient::serverIdentificationEventReceived |
( |
const Event_ServerIdentification & | event | ) |
|
|
signal |
◆ serverMessageEventReceived
| void AbstractClient::serverMessageEventReceived |
( |
const Event_ServerMessage & | event | ) |
|
|
signal |
◆ serverShutdownEventReceived
| void AbstractClient::serverShutdownEventReceived |
( |
const Event_ServerShutdown & | event | ) |
|
|
signal |
◆ setStatus()
◆ sigQueuePendingCommand
◆ statusChanged
◆ userInfoChanged
| void AbstractClient::userInfoChanged |
( |
const ServerInfo_User & | userInfo | ) |
|
|
signal |
◆ userJoinedEventReceived
| void AbstractClient::userJoinedEventReceived |
( |
const Event_UserJoined & | event | ) |
|
|
signal |
◆ userLeftEventReceived
| void AbstractClient::userLeftEventReceived |
( |
const Event_UserLeft & | event | ) |
|
|
signal |
◆ userMessageEventReceived
| void AbstractClient::userMessageEventReceived |
( |
const Event_UserMessage & | event | ) |
|
|
signal |
◆ clientFeatures
| QMap<QString, bool> AbstractClient::clientFeatures |
◆ clientMutex
| QMutex AbstractClient::clientMutex |
|
mutableprivate |
◆ country
| QString AbstractClient::country |
|
protected |
◆ email
| QString AbstractClient::email |
|
protected |
◆ nextCmdId
| int AbstractClient::nextCmdId |
|
private |
◆ password
| QString AbstractClient::password |
|
protected |
◆ pendingCommands
◆ realName
| QString AbstractClient::realName |
|
protected |
◆ serverSupportsPasswordHash
| bool AbstractClient::serverSupportsPasswordHash |
|
protected |
◆ status
◆ token
| QString AbstractClient::token |
|
protected |
◆ userName
| QString AbstractClient::userName |
|
protected |
The documentation for this class was generated from the following files: