QXmppBookmarkSet Class
The QXmppbookmarkSets class represents a set of bookmarks, as defined by XEP-0048: Bookmarks. More...
| Header: | #include <QXmppBookmarkSet.h> |
Public Functions
| QList<QXmppBookmarkConference> | conferences() const |
| void | setConferences(const QList<QXmppBookmarkConference> &conferences) |
| void | setUrls(const QList<QXmppBookmarkUrl> &urls) |
| QList<QXmppBookmarkUrl> | urls() const |
Detailed Description
Member Function Documentation
QList<QXmppBookmarkConference> QXmppBookmarkSet::conferences() const
Returns the conference rooms bookmarks in this bookmark set.
See also setConferences().
void QXmppBookmarkSet::setConferences(const QList<QXmppBookmarkConference> &conferences)
Sets the conference rooms bookmarks in this bookmark set.
conferences.
See also conferences().
void QXmppBookmarkSet::setUrls(const QList<QXmppBookmarkUrl> &urls)
Sets the web page bookmarks in this bookmark set.
urls.
See also urls().
QList<QXmppBookmarkUrl> QXmppBookmarkSet::urls() const
Returns the web page bookmarks in this bookmark set.
See also setUrls().