kio
KBookmarkDrag Class Reference
#include <kbookmarkdrag.h>
Inheritance diagram for KBookmarkDrag:
Public Member Functions | |
virtual QByteArray | encodedData (const char *mime) const |
virtual const char * | format (int i) const |
virtual | ~KBookmarkDrag () |
Static Public Member Functions | |
static bool | canDecode (const QMimeSource *e) |
static QValueList< KBookmark > | decode (const QMimeSource *e) |
static KBookmarkDrag * | newDrag (const KBookmark &bookmark, QWidget *dragSource=0, const char *name=0) |
static KBookmarkDrag * | newDrag (const QValueList< KBookmark > &bookmarks, QWidget *dragSource=0, const char *name=0) |
Protected Member Functions | |
KBookmarkDrag (const QValueList< KBookmark > &bookmarks, const QStrList &urls, QWidget *dragSource, const char *name) | |
Protected Attributes | |
KBookmarkDragPrivate * | d |
QValueList< KBookmark > | m_bookmarks |
QDomDocument | m_doc |
Detailed Description
Definition at line 28 of file kbookmarkdrag.h.
Constructor & Destructor Documentation
KBookmarkDrag::KBookmarkDrag | ( | const QValueList< KBookmark > & | bookmarks, | |
const QStrList & | urls, | |||
QWidget * | dragSource, | |||
const char * | name | |||
) | [protected] |
Definition at line 52 of file kbookmarkdrag.cc.
virtual KBookmarkDrag::~KBookmarkDrag | ( | ) | [inline, virtual] |
Definition at line 43 of file kbookmarkdrag.h.
Member Function Documentation
bool KBookmarkDrag::canDecode | ( | const QMimeSource * | e | ) | [static] |
QValueList< KBookmark > KBookmarkDrag::decode | ( | const QMimeSource * | e | ) | [static] |
Definition at line 115 of file kbookmarkdrag.cc.
QByteArray KBookmarkDrag::encodedData | ( | const char * | mime | ) | const [virtual] |
Definition at line 79 of file kbookmarkdrag.cc.
const char * KBookmarkDrag::format | ( | int | i | ) | const [virtual] |
Definition at line 68 of file kbookmarkdrag.cc.
KBookmarkDrag * KBookmarkDrag::newDrag | ( | const KBookmark & | bookmark, | |
QWidget * | dragSource = 0 , |
|||
const char * | name = 0 | |||
) | [static] |
Definition at line 45 of file kbookmarkdrag.cc.
KBookmarkDrag * KBookmarkDrag::newDrag | ( | const QValueList< KBookmark > & | bookmarks, | |
QWidget * | dragSource = 0 , |
|||
const char * | name = 0 | |||
) | [static] |
Definition at line 25 of file kbookmarkdrag.cc.
Member Data Documentation
KBookmarkDragPrivate* KBookmarkDrag::d [protected] |
Definition at line 54 of file kbookmarkdrag.h.
QValueList<KBookmark> KBookmarkDrag::m_bookmarks [protected] |
Definition at line 52 of file kbookmarkdrag.h.
QDomDocument KBookmarkDrag::m_doc [protected] |
Definition at line 53 of file kbookmarkdrag.h.
The documentation for this class was generated from the following files: