KCalUtils Library
KCalUtils::ICalDrag Namespace Reference
iCalendar drag&drop class. More...
Functions | |
| KCALUTILS_EXPORT bool | canDecode (const QMimeData *) |
| KCALUTILS_EXPORT bool | fromMimeData (const QMimeData *e, const KCalCore::MemoryCalendar::Ptr &cal) |
| KCALUTILS_EXPORT QString | mimeType () |
| KCALUTILS_EXPORT bool | populateMimeData (QMimeData *e, const KCalCore::MemoryCalendar::Ptr &cal) |
Detailed Description
iCalendar drag&drop class.
Function Documentation
| bool KCalUtils::ICalDrag::canDecode | ( | const QMimeData * | me | ) |
Return, if drag&drop object can be decode to iCalendar.
Definition at line 49 of file icaldrag.cpp.
| bool KCalUtils::ICalDrag::fromMimeData | ( | const QMimeData * | e, |
| const KCalCore::MemoryCalendar::Ptr & | cal | ||
| ) |
Decode drag&drop object to iCalendar component cal.
Definition at line 54 of file icaldrag.cpp.
| QString KCalUtils::ICalDrag::mimeType | ( | ) |
Mime-type of iCalendar.
Definition at line 33 of file icaldrag.cpp.
| bool KCalUtils::ICalDrag::populateMimeData | ( | QMimeData * | e, |
| const KCalCore::MemoryCalendar::Ptr & | cal | ||
| ) |
Sets the iCalendar representation as data of the drag object.
Definition at line 38 of file icaldrag.cpp.
KDE 4.6 API Reference