Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
KMail::IdentityDrag Class Reference
#include <identitydrag.h>
Inherits TQDragObject.
Public Member Functions | |
IdentityDrag (const KPIM::Identity &ident, TQWidget *dragSource=0, const char *name=0) | |
const char * | format (int i) const |
TQByteArray | encodedData (const char *mimetype) const |
Static Public Member Functions | |
static bool | canDecode (const TQMimeSource *e) |
static bool | decode (const TQMimeSource *e, KPIM::Identity &ident) |
Protected Attributes | |
KPIM::Identity | mIdent |
Detailed Description
A TQDragObject for KPIM::Identity.
Definition at line 44 of file identitydrag.h.
Constructor & Destructor Documentation
◆ IdentityDrag()
KMail::IdentityDrag::IdentityDrag | ( | const KPIM::Identity & | ident, |
TQWidget * | dragSource = 0 , |
||
const char * | name = 0 |
||
) |
Definition at line 43 of file identitydrag.cpp.
◆ ~IdentityDrag()
|
inlinevirtual |
Definition at line 52 of file identitydrag.h.
Member Function Documentation
◆ canDecode()
|
static |
Definition at line 68 of file identitydrag.cpp.
◆ decode()
|
static |
Definition at line 73 of file identitydrag.cpp.
◆ encodedData()
TQByteArray KMail::IdentityDrag::encodedData | ( | const char * | mimetype | ) | const |
Definition at line 57 of file identitydrag.cpp.
◆ format()
const char * KMail::IdentityDrag::format | ( | int | i | ) | const |
Definition at line 50 of file identitydrag.cpp.
Member Data Documentation
◆ mIdent
|
protected |
Definition at line 61 of file identitydrag.h.
The documentation for this class was generated from the following files: