5#ifndef QXMPPRESULTSET_H
6#define QXMPPRESULTSET_H
8#include "QXmppConstants_p.h"
9#include "QXmppStanza.h"
26 void setIndex(
int index);
28 QString before()
const;
29 void setBefore(
const QString &before);
31 QString after()
const;
32 void setAfter(
const QString &after);
37 void parse(
const QDomElement &element);
38 void toXml(QXmlStreamWriter *writer)
const;
57 QString first()
const;
58 void setFirst(
const QString &first);
61 void setLast(
const QString &last);
64 void setCount(
int count);
67 void setIndex(
int index);
72 static constexpr std::tuple XmlTag = { u
"set", QXmpp::Private::ns_rsm };
73 void parse(
const QDomElement &element);
74 void toXml(QXmlStreamWriter *writer)
const;
The QXmppResultSetQuery class represents a set element in a query as defined by XEP-0059: Result Set ...
Definition QXmppResultSet.h:18
The QXmppResultSetReply class represents a set element in a reply as defined by XEP-0059: Result Set ...
Definition QXmppResultSet.h:53