QXmppMixParticipantItem Class
| Header: | #include <QXmppMixParticipantItem> |
| Since: | QXmpp 1.5 |
| Inherits: | QXmppPubSubBaseItem |
- List of all members, including inherited members
- QXmppMixParticipantItem is part of Stanzas.
Public Functions
| QXmppMixParticipantItem(const QXmppMixParticipantItem &) | |
| QXmppMixParticipantItem(QXmppMixParticipantItem &&) | |
| const QString & | jid() const |
| const QString & | nick() const |
| void | setJid(QString jid) |
| void | setNick(QString nick) |
| QXmppMixParticipantItem & | operator=(QXmppMixParticipantItem &&) |
| QXmppMixParticipantItem & | operator=(const QXmppMixParticipantItem &) |
Static Public Members
| bool | isItem(const QDomElement &element) |
Detailed Description
The QXmppMixParticipantItem class represents a PubSub item of a MIX channel participant as defined by XEP-0369: Mediated Information eXchange (MIX).
Member Function Documentation
QXmppMixParticipantItem::QXmppMixParticipantItem(const QXmppMixParticipantItem &)
Default copy-constructor
QXmppMixParticipantItem::QXmppMixParticipantItem(QXmppMixParticipantItem &&)
Default move-constructor
[static] bool QXmppMixParticipantItem::isItem(const QDomElement &element)
Returns true, if this dom element is a MIX participant item.
const QString &QXmppMixParticipantItem::jid() const
Returns the participant's JID.
See also setJid().
const QString &QXmppMixParticipantItem::nick() const
Returns the participant's nickname.
See also setNick().
void QXmppMixParticipantItem::setJid(QString jid)
Sets the participant's JID.
jid.
See also jid().
void QXmppMixParticipantItem::setNick(QString nick)
Sets the participants nickname.
nick.
See also nick().
QXmppMixParticipantItem &QXmppMixParticipantItem::operator=(QXmppMixParticipantItem &&)
Default move-assignment operator
QXmppMixParticipantItem &QXmppMixParticipantItem::operator=(const QXmppMixParticipantItem &)
Default assignment operator