class KBookmark.List |
|
|
KUrl.Bookmark is a QList that contains bookmarks with a few convenience methods. See also KBookmark See also QList |
|
|
Return true if mimeData contains bookmarks |
|
Extract a list of bookmarks from the contents of mimeData. Decoding will fail if mimeData does not contain any bookmarks. mimeData - the mime data to extract from; cannot be 0 Returns the list of bookmarks those bookmarks are valid QDomElements, but their parent QDomDocument is already deleted, do not use ownerDocument() |
|
Return the list of mimeTypes that can be decoded by fromMimeData |
|
Adds this list of bookmark into the given QMimeData.
mimeData - the QMimeData instance used to drag or copy this bookmark |