QXmpp Version: 1.5.6
|
The QXmppResultSetReply class represents a set element in a reply as defined by XEP-0059: Result Set Management. More...
#include <QXmppResultSet.h>
Public Member Functions | |
QString | first () const |
Returns the UID of the first result in the page. | |
void | setFirst (const QString &first) |
Sets the UID of the first result in the page. | |
QString | last () const |
Returns the UID of the last result in the page. | |
void | setLast (const QString &last) |
Sets the UID of the last result in the page. | |
int | count () const |
void | setCount (int count) |
int | index () const |
void | setIndex (int index) |
bool | isNull () const |
Returns true if no result set information is present. | |
The QXmppResultSetReply class represents a set element in a reply as defined by XEP-0059: Result Set Management.
int QXmppResultSetReply::count | ( | ) | const |
Returns the total number of items in the set.
int QXmppResultSetReply::index | ( | ) | const |
Returns the index for the first result in the page.
This is used for retrieving pages out of order.
void QXmppResultSetReply::setCount | ( | int | count | ) |
Sets the total number of items in the set.
void QXmppResultSetReply::setIndex | ( | int | index | ) |
Sets the index for the first result in the page.
This is used for retrieving pages out of order.