• Skip to content
  • Skip to link menu
KDE 4.6 API Reference
  • KDE API Reference
  • kdelibs
  • KDE Home
  • Contact Us
 

KIO

  • KBookmark
  • List
Public Member Functions | Static Public Member Functions

KBookmark::List Class Reference

KUrl::Bookmark is a QList that contains bookmarks with a few convenience methods. More...

#include <kbookmark.h>

Inherits QList< KBookmark >.

List of all members.

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, QDomDocument &parentDocument)
static KBookmark::List fromMimeData (const QMimeData *mimeData)
static QStringList mimeDataTypes ()

Detailed Description

KUrl::Bookmark is a QList that contains bookmarks with a few convenience methods.

See also:
KBookmark
QList

Definition at line 48 of file kbookmark.h.


Constructor & Destructor Documentation

KBookmark::List::List ( )

Definition at line 675 of file kbookmark.cc.


Member Function Documentation

bool KBookmark::List::canDecode ( const QMimeData *  mimeData) [static]

Return true if mimeData contains bookmarks.

Definition at line 698 of file kbookmark.cc.

KBookmark::List KBookmark::List::fromMimeData ( const QMimeData *  mimeData,
QDomDocument &  parentDocument 
) [static]

Extract a list of bookmarks from the contents of mimeData.

Decoding will fail if mimeData does not contain any bookmarks.

Parameters:
mimeDatathe mime data to extract from; cannot be 0
parentDocumentpass 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 717 of file kbookmark.cc.

KBookmark::List KBookmark::List::fromMimeData ( const QMimeData *  mimeData) [static]

Extract a list of bookmarks from the contents of mimeData.

Decoding will fail if mimeData does not contain any bookmarks.

Parameters:
mimeDatathe 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 709 of file kbookmark.cc.

QStringList KBookmark::List::mimeDataTypes ( ) [static]

Return the list of mimeTypes that can be decoded by fromMimeData.

Definition at line 703 of file kbookmark.cc.

void KBookmark::List::populateMimeData ( QMimeData *  mimeData) const

Adds this list of bookmark into the given QMimeData.

Parameters:
mimeDatathe QMimeData instance used to drag or copy this bookmark

Definition at line 679 of file kbookmark.cc.


The documentation for this class was generated from the following files:
  • kbookmark.h
  • kbookmark.cc

KIO

Skip menu "KIO"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.7.3
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal