5 #ifndef QXMPPPUBSUBITEM_H 6 #define QXMPPPUBSUBITEM_H 8 #include "QXmppGlobal.h" 10 #include <QSharedDataPointer> 13 class QXmlStreamWriter;
16 class QXmppPubSubItemPrivate;
18 #if QXMPP_DEPRECATED_SINCE(1, 5) 19 class QXMPP_EXPORT QXmppPubSubItem
24 QXmppPubSubItem(
const QXmppPubSubItem &iq);
27 QXmppPubSubItem &operator=(
const QXmppPubSubItem &iq);
32 void setId(
const QString &
id);
40 void parse(
const QDomElement &element);
42 void toXml(QXmlStreamWriter *writer)
const;
45 QSharedDataPointer<QXmppPubSubItemPrivate> d;
49 #endif // QXMPPPUBSUBITEM_H Definition: QXmppElement.h:20