KDE3Support
K3BookmarkDrag Class Reference
#include <k3bookmarkdrag.h>
Inheritance diagram for K3BookmarkDrag:
Public Member Functions | |
| virtual QByteArray | encodedData (const char *mime) const |
| virtual const char * | format (int i) const |
| virtual | ~K3BookmarkDrag () |
Static Public Member Functions | |
| static bool | canDecode (const QMimeSource *e) |
| static Q3ValueList< KBookmark > | decode (const QMimeSource *e) |
| static K3BookmarkDrag * | newDrag (const KBookmark &bookmark, QWidget *dragSource=0, const char *name=0) |
| static K3BookmarkDrag * | newDrag (const Q3ValueList< KBookmark > &bookmarks, QWidget *dragSource=0, const char *name=0) |
Protected Member Functions | |
| K3BookmarkDrag (const Q3ValueList< KBookmark > &bookmarks, const Q3StrList &urls, QWidget *dragSource, const char *name) | |
Protected Attributes | |
| Q3ValueList< KBookmark > | m_bookmarks |
| QDomDocument | m_doc |
Detailed Description
Definition at line 31 of file k3bookmarkdrag.h.
Constructor & Destructor Documentation
| K3BookmarkDrag::K3BookmarkDrag | ( | const Q3ValueList< KBookmark > & | bookmarks, | |
| const Q3StrList & | urls, | |||
| QWidget * | dragSource, | |||
| const char * | name | |||
| ) | [protected] |
Definition at line 53 of file k3bookmarkdrag.cpp.
| virtual K3BookmarkDrag::~K3BookmarkDrag | ( | ) | [inline, virtual] |
Definition at line 46 of file k3bookmarkdrag.h.
Member Function Documentation
| bool K3BookmarkDrag::canDecode | ( | const QMimeSource * | e | ) | [static] |
Definition at line 110 of file k3bookmarkdrag.cpp.
| Q3ValueList< KBookmark > K3BookmarkDrag::decode | ( | const QMimeSource * | e | ) | [static] |
Definition at line 116 of file k3bookmarkdrag.cpp.
| QByteArray K3BookmarkDrag::encodedData | ( | const char * | mime | ) | const [virtual] |
Definition at line 80 of file k3bookmarkdrag.cpp.
| const char * K3BookmarkDrag::format | ( | int | i | ) | const [virtual] |
Definition at line 69 of file k3bookmarkdrag.cpp.
| K3BookmarkDrag * K3BookmarkDrag::newDrag | ( | const KBookmark & | bookmark, | |
| QWidget * | dragSource = 0, |
|||
| const char * | name = 0 | |||
| ) | [static] |
Definition at line 46 of file k3bookmarkdrag.cpp.
| K3BookmarkDrag * K3BookmarkDrag::newDrag | ( | const Q3ValueList< KBookmark > & | bookmarks, | |
| QWidget * | dragSource = 0, |
|||
| const char * | name = 0 | |||
| ) | [static] |
Definition at line 26 of file k3bookmarkdrag.cpp.
Member Data Documentation
Q3ValueList<KBookmark> K3BookmarkDrag::m_bookmarks [protected] |
Definition at line 55 of file k3bookmarkdrag.h.
QDomDocument K3BookmarkDrag::m_doc [protected] |
Definition at line 56 of file k3bookmarkdrag.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference