 |
LeechCraft Azoth
0.6.70-15082-g543737046d
Modular multiprotocol IM plugin for LeechCraft
|
Go to the documentation of this file.
9 #ifndef PLUGINS_AZOTH_INTERFACES_ISUPPORTBOOKMARKS_H
10 #define PLUGINS_AZOTH_INTERFACES_ISUPPORTBOOKMARKS_H
94 "org.Deviant.LeechCraft.Azoth.ISupportBookmarks/1.0")
virtual QVariantList GetBookmarkedMUCs() const =0
Returns the list of bookmarked MUCs, if any.
virtual QWidget * GetMUCBookmarkEditorWidget()=0
Returns the editor widget for the bookmarks of this protocol.
virtual ~ISupportBookmarks()
Interface for accounts supporting bookmarks.
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.