#include <group.h>
Definition at line 34 of file group.h.
◆ Group()
| Group::Group |
( |
int |
groupId, |
|
|
const GroupId |
persistentGroupId, |
|
|
const QString & |
name, |
|
|
bool |
isAvGroupchat, |
|
|
const QString & |
selfName, |
|
|
ICoreGroupQuery & |
groupQuery, |
|
|
ICoreIdHandler & |
idHandler |
|
) |
| |
◆ getDisplayedName()
| QString Group::getDisplayedName |
( |
| ) |
const |
|
overridevirtual |
◆ getEventFlag()
| bool Group::getEventFlag |
( |
| ) |
const |
|
overridevirtual |
◆ getId()
| uint32_t Group::getId |
( |
| ) |
const |
|
overridevirtual |
◆ getMentionedFlag()
| bool Group::getMentionedFlag |
( |
| ) |
const |
◆ getName()
| QString Group::getName |
( |
| ) |
const |
◆ getPeerList()
| const QMap< ToxPk, QString > & Group::getPeerList |
( |
| ) |
const |
Gets the PKs and names of all peers.
- Returns
- PKs and names of all peers, including our own PK and name
Definition at line 159 of file group.cpp.
◆ getPeersCount()
| int Group::getPeersCount |
( |
| ) |
const |
◆ getPersistentId()
| const GroupId & Group::getPersistentId |
( |
| ) |
const |
|
overridevirtual |
◆ getSelfName()
| QString Group::getSelfName |
( |
| ) |
const |
◆ isAvGroupchat()
| bool Group::isAvGroupchat |
( |
| ) |
const |
◆ numPeersChanged
| void Group::numPeersChanged |
( |
int |
numPeers | ) |
|
|
signal |
◆ peerHasNickname()
| bool Group::peerHasNickname |
( |
ToxPk |
pk | ) |
|
◆ peerNameChanged
| void Group::peerNameChanged |
( |
const ToxPk & |
peer, |
|
|
const QString & |
oldName, |
|
|
const QString & |
newName |
|
) |
| |
|
signal |
◆ regeneratePeerList()
| void Group::regeneratePeerList |
( |
| ) |
|
◆ resolveToxPk()
| QString Group::resolveToxPk |
( |
const ToxPk & |
id | ) |
const |
◆ setEventFlag()
| void Group::setEventFlag |
( |
bool |
f | ) |
|
|
overridevirtual |
◆ setMentionedFlag()
| void Group::setMentionedFlag |
( |
bool |
f | ) |
|
◆ setName()
| void Group::setName |
( |
const QString & |
newTitle | ) |
|
|
overridevirtual |
◆ setSelfName()
| void Group::setSelfName |
( |
const QString & |
name | ) |
|
◆ setTitle()
| void Group::setTitle |
( |
const QString & |
author, |
|
|
const QString & |
newTitle |
|
) |
| |
◆ titleChanged
| void Group::titleChanged |
( |
const QString & |
author, |
|
|
const QString & |
title |
|
) |
| |
|
signal |
◆ titleChangedByUser
| void Group::titleChangedByUser |
( |
const QString & |
title | ) |
|
|
signal |
◆ updateUsername()
| void Group::updateUsername |
( |
ToxPk |
pk, |
|
|
const QString |
newName |
|
) |
| |
◆ userJoined
| void Group::userJoined |
( |
const ToxPk & |
user, |
|
|
const QString & |
name |
|
) |
| |
|
signal |
◆ userLeft
| void Group::userLeft |
( |
const ToxPk & |
user, |
|
|
const QString & |
name |
|
) |
| |
|
signal |
◆ avGroupchat
◆ groupId
◆ groupQuery
◆ hasNewMessages
| bool Group::hasNewMessages |
|
private |
◆ idHandler
◆ peerDisplayNames
| QMap<ToxPk, QString> Group::peerDisplayNames |
|
private |
◆ selfName
◆ title
◆ toxGroupNum
◆ userWasMentioned
| bool Group::userWasMentioned |
|
private |
The documentation for this class was generated from the following files: