The QXmppBookmarkManager class allows you to store and retrieve bookmarks as defined by XEP-0048: Bookmarks.
More...
#include <QXmppBookmarkManager.h>
|
|
void | bookmarksReceived (const QXmppBookmarkSet &bookmarks) |
| | This signal is emitted when bookmarks are received.
|
| |
|
void | setGauge (const QString &gauge, double value) |
| | Sets the given gauge to value.
|
| |
|
void | logMessage (QXmppLogger::MessageType type, const QString &msg) |
| | This signal is emitted to send logging messages.
|
| |
|
void | updateCounter (const QString &counter, qint64 amount=1) |
| | Updates the given counter by amount.
|
| |
The QXmppBookmarkManager class allows you to store and retrieve bookmarks as defined by XEP-0048: Bookmarks.
◆ QXmppBookmarkManager()
| QXmppBookmarkManager::QXmppBookmarkManager |
( |
| ) |
|
Constructs a new bookmark manager.
◆ ~QXmppBookmarkManager()
| QXmppBookmarkManager::~QXmppBookmarkManager |
( |
| ) |
|
|
override |
Destroys a bookmark manager.
◆ areBookmarksReceived()
| bool QXmppBookmarkManager::areBookmarksReceived |
( |
| ) |
const |
Returns true if the bookmarks have been received from the server, false otherwise.
◆ bookmarks()
Returns the bookmarks stored on the server.
Before calling this method, check that the bookmarks have indeed been received by calling areBookmarksReceived().
◆ setBookmarks()
Stores the bookmarks on the server.
- Parameters
-
The documentation for this class was generated from the following files: