QXmpp  Version:0.9.3
Signals | Public Member Functions
QXmppBookmarkManager Class Reference

The QXmppBookmarkManager class allows you to store and retrieve bookmarks as defined by XEP-0048: Bookmarks. More...

#include <QXmppBookmarkManager.h>

Inheritance diagram for QXmppBookmarkManager:
QXmppClientExtension QXmppLoggable

List of all members.

Signals

void bookmarksReceived (const QXmppBookmarkSet &bookmarks)

Public Member Functions

 QXmppBookmarkManager ()
 ~QXmppBookmarkManager ()
bool areBookmarksReceived () const
QXmppBookmarkSet bookmarks () const
bool setBookmarks (const QXmppBookmarkSet &bookmarks)

Detailed Description

The QXmppBookmarkManager class allows you to store and retrieve bookmarks as defined by XEP-0048: Bookmarks.


Constructor & Destructor Documentation

Constructs a new bookmark manager.

Destroys a bookmark manager.


Member Function Documentation

Returns true if the bookmarks have been received from the server, false otherwise.

Returns the bookmarks stored on the server.

Before calling this method, check that the bookmarks have indeed been received by calling areBookmarksReceived().

void QXmppBookmarkManager::bookmarksReceived ( const QXmppBookmarkSet bookmarks) [signal]

This signal is emitted when bookmarks are received.

Stores the bookmarks on the server.

Parameters:
bookmarks

The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Enumerator Properties