5#ifndef QXMPPRESULTSET_H
6#define QXMPPRESULTSET_H
8#include "QXmppStanza.h"
24 void setIndex(
int index);
26 QString before()
const;
27 void setBefore(
const QString &before);
29 QString after()
const;
30 void setAfter(
const QString &after);
35 void parse(
const QDomElement &element);
36 void toXml(QXmlStreamWriter *writer)
const;
54 QString first()
const;
55 void setFirst(
const QString &first);
58 void setLast(
const QString &last);
61 void setCount(
int count);
64 void setIndex(
int index);
69 void parse(
const QDomElement &element);
70 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:16
The QXmppResultSetReply class represents a set element in a reply as defined by XEP-0059: Result Set ...
Definition QXmppResultSet.h:50