KCalUtils Library
KCalUtils::VCalDrag Namespace Reference
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
vCalendar drag&drop class.
Function Documentation
bool KCalUtils::VCalDrag::canDecode | ( | const QMimeData * | me | ) |
Return, if drag&drop object can be decode to vCalendar.
Definition at line 49 of file vcaldrag.cpp.
bool KCalUtils::VCalDrag::fromMimeData | ( | const QMimeData * | e, |
const KCalCore::MemoryCalendar::Ptr & | cal | ||
) |
Decode drag&drop object to vCalendar component vcal.
Definition at line 54 of file vcaldrag.cpp.
QString KCalUtils::VCalDrag::mimeType | ( | ) |
Mime-type of iCalendar.
Definition at line 33 of file vcaldrag.cpp.
bool KCalUtils::VCalDrag::populateMimeData | ( | QMimeData * | e, |
const KCalCore::MemoryCalendar::Ptr & | cal | ||
) |
Sets the vCalendar representation as data of the drag object.
Definition at line 38 of file vcaldrag.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.