24 #ifndef QXMPPPUBSUBITEM_H 25 #define QXMPPPUBSUBITEM_H 27 #include "QXmppGlobal.h" 29 #include <QSharedDataPointer> 32 class QXmlStreamWriter;
35 class QXmppPubSubItemPrivate;
50 void setId(
const QString &
id);
56 void parse(
const QDomElement &element);
57 void toXml(QXmlStreamWriter *writer)
const;
61 QSharedDataPointer<QXmppPubSubItemPrivate> d;
64 #endif // QXMPPPUBSUBITEM_H QXmppElement represents a raw XML element with possible children.
Definition: QXmppElement.h:42
The QXmppPubSubItem class represents a publish-subscribe item as defined by XEP-0060: Publish-Subscri...
Definition: QXmppPubSubItem.h:40