KVCardDrag Class Reference
A drag-and-drop object for vcards. More...
#include <kvcarddrag.h>
Inherits QStoredDrag.
Public Member Functions
- KVCardDrag (QWidget *dragsource=0, const char *name=0)
- KVCardDrag (const QString &content, QWidget *dragsource=0, const char *name=0)
- void setVCard (const QString &content)
Static Public Member Functions
- static bool canDecode (QMimeSource *e)
- static bool decode (QMimeSource *e, QString &content)
- static bool decode (QMimeSource *e, KABC::Addressee::List &addressees)
Protected Member Functions
Detailed Description
A drag-and-drop object for vcards.The according MIME type is set to text/x-vcard.
See the Qt drag'n'drop documentation.
Constructor & Destructor Documentation
|
Constructs an empty vcard drag.
|
|
Constructs a vcard drag with the
|
Member Function Documentation
|
Sets the vcard of the drag to
|
|
Returns true if the MIME source
|
|
Decodes the MIME source
|
|
Decodes the MIME source
|
The documentation for this class was generated from the following files:
- kvcarddrag.h
- kvcarddrag.cpp