9 #ifndef PLUGINS_AZOTH_INTERFACES_ISUPPORTBOOKMARKS_H
10 #define PLUGINS_AZOTH_INTERFACES_ISUPPORTBOOKMARKS_H
94 "org.Deviant.LeechCraft.Azoth.ISupportBookmarks/1.0")
Interface for accounts supporting bookmarks.
virtual QWidget * GetMUCBookmarkEditorWidget()=0
Returns the editor widget for the bookmarks of this protocol.
virtual QVariantList GetBookmarkedMUCs() const =0
Returns the list of bookmarked MUCs, if any.
virtual void bookmarksChanged()=0
Notifies that bookmarks have been changed.
virtual void SetBookmarkedMUCs(const QVariantList &bookmarks)=0
Sets the bookmarked MUCs for the given account.
virtual ~ISupportBookmarks()