#include <user_list_manager.h>
◆ UserListManager()
| UserListManager::UserListManager |
( |
AbstractClient * | _client, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
◆ ~UserListManager()
| UserListManager::~UserListManager |
( |
| ) |
|
|
override |
◆ buddyListReceived
| void UserListManager::buddyListReceived |
( |
const QList< ServerInfo_User > & | _buddyList | ) |
|
|
privateslot |
◆ getAllUsersList()
| QMap< QString, ServerInfo_User > UserListManager::getAllUsersList |
( |
| ) |
const |
|
inlinenodiscard |
◆ getBuddyList()
| QMap< QString, ServerInfo_User > UserListManager::getBuddyList |
( |
| ) |
const |
|
inlinenodiscard |
◆ getIgnoreList()
| QMap< QString, ServerInfo_User > UserListManager::getIgnoreList |
( |
| ) |
const |
|
inlinenodiscard |
◆ getOnlineUser()
| const ServerInfo_User * UserListManager::getOnlineUser |
( |
const QString & | userName | ) |
const |
|
nodiscardoverridevirtual |
◆ getOwnUsername()
| QString UserListManager::getOwnUsername |
( |
| ) |
const |
|
nodiscardoverridevirtual |
◆ handleConnect
| void UserListManager::handleConnect |
( |
| ) |
|
|
slot |
◆ handleDisconnect
| void UserListManager::handleDisconnect |
( |
| ) |
|
|
slot |
◆ ignoreListReceived
| void UserListManager::ignoreListReceived |
( |
const QList< ServerInfo_User > & | _ignoreList | ) |
|
|
privateslot |
◆ isOwnUserRegistered()
| bool UserListManager::isOwnUserRegistered |
( |
| ) |
const |
|
nodiscardoverridevirtual |
◆ isUserBuddy()
| bool UserListManager::isUserBuddy |
( |
const QString & | userName | ) |
const |
|
nodiscardoverridevirtual |
◆ isUserIgnored()
| bool UserListManager::isUserIgnored |
( |
const QString & | userName | ) |
const |
|
nodiscardoverridevirtual |
◆ populateInitialOnlineUsers
| void UserListManager::populateInitialOnlineUsers |
( |
| ) |
|
|
privateslot |
◆ processAddToListEvent
| void UserListManager::processAddToListEvent |
( |
const Event_AddToList & | event | ) |
|
|
privateslot |
◆ processListUsersResponse
| void UserListManager::processListUsersResponse |
( |
const Response & | response | ) |
|
|
privateslot |
◆ processRemoveFromListEvent
| void UserListManager::processRemoveFromListEvent |
( |
const Event_RemoveFromList & | event | ) |
|
|
privateslot |
◆ processUserJoinedEvent
| void UserListManager::processUserJoinedEvent |
( |
const Event_UserJoined & | event | ) |
|
|
privateslot |
◆ processUserLeftEvent
| void UserListManager::processUserLeftEvent |
( |
const Event_UserLeft & | event | ) |
|
|
privateslot |
◆ setOwnUserInfo
| void UserListManager::setOwnUserInfo |
( |
const ServerInfo_User & | userInfo | ) |
|
|
privateslot |
◆ userJoined
| void UserListManager::userJoined |
( |
const ServerInfo_User & | userInfo | ) |
|
|
signal |
◆ userLeft
| void UserListManager::userLeft |
( |
const QString & | userName | ) |
|
|
signal |
◆ buddyUsers
| QMap<QString, ServerInfo_User> UserListManager::buddyUsers |
|
private |
◆ client
◆ ignoredUsers
| QMap<QString, ServerInfo_User> UserListManager::ignoredUsers |
|
private |
◆ onlineUsers
| QMap<QString, ServerInfo_User> UserListManager::onlineUsers |
|
private |
◆ ownUserInfo
| ServerInfo_User* UserListManager::ownUserInfo |
|
private |
The documentation for this class was generated from the following files: