24#ifndef QXMPPRESULTSET_H
25#define QXMPPRESULTSET_H
27#include "QXmppStanza.h"
43 void setIndex(
int index);
45 QString before()
const;
46 void setBefore(
const QString &before);
48 QString after()
const;
49 void setAfter(
const QString &after);
54 void parse(
const QDomElement &element);
55 void toXml(QXmlStreamWriter *writer)
const;
73 QString first()
const;
74 void setFirst(
const QString &first);
77 void setLast(
const QString &last);
80 void setCount(
int count);
83 void setIndex(
int index);
88 void parse(
const QDomElement &element);
89 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:35
The QXmppResultSetReply class represents a set element in a reply as defined by XEP-0059: Result Set ...
Definition: QXmppResultSet.h:69