KIO
#include <kbookmark.h>
Public Member Functions | |
List () | |
void | populateMimeData (QMimeData *mimeData) const |
Static Public Member Functions | |
static bool | canDecode (const QMimeData *mimeData) |
static KBookmark::List | fromMimeData (const QMimeData *mimeData) |
static KBookmark::List | fromMimeData (const QMimeData *mimeData, QDomDocument &parentDocument) |
static QStringList | mimeDataTypes () |
Detailed Description
KUrl::Bookmark is a QList that contains bookmarks with a few convenience methods.
Definition at line 48 of file kbookmark.h.
Constructor & Destructor Documentation
KBookmark::List::List | ( | ) |
Definition at line 666 of file kbookmark.cc.
Member Function Documentation
|
static |
Return true if mimeData
contains bookmarks.
Definition at line 689 of file kbookmark.cc.
|
static |
Extract a list of bookmarks from the contents of mimeData
.
Decoding will fail if mimeData
does not contain any bookmarks.
- Parameters
-
mimeData the mime data to extract from; cannot be 0
- Returns
- the list of bookmarks
- Note
- those bookmarks are valid QDomElements, but their parent QDomDocument is already deleted, do not use ownerDocument()
- Deprecated:
- use fromMimeData(mimeData, doc), to avoid crashes
Definition at line 700 of file kbookmark.cc.
|
static |
Extract a list of bookmarks from the contents of mimeData
.
Decoding will fail if mimeData
does not contain any bookmarks.
- Parameters
-
mimeData the mime data to extract from; cannot be 0 parentDocument pass an empty QDomDocument here, it will be used as container for the bookmarks. You just need to make sure it stays alive longer (or just as long) as the returned bookmarks.
- Returns
- the list of bookmarks
- Since
- 4.3.2
Definition at line 708 of file kbookmark.cc.
|
static |
Return the list of mimeTypes that can be decoded by fromMimeData.
Definition at line 694 of file kbookmark.cc.
void KBookmark::List::populateMimeData | ( | QMimeData * | mimeData | ) | const |
Adds this list of bookmark into the given QMimeData.
- Parameters
-
mimeData the QMimeData instance used to drag or copy this bookmark
Definition at line 670 of file kbookmark.cc.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.