KTNEF Library
Classes | |
class | KTNEFAttach |
class | KTNEFMessage |
class | KTNEFParser |
class | KTNEFProperty |
class | KTNEFPropertySet |
class | KTNEFWriter |
Functions | |
KTNEF_EXPORT_DEPRECATED QString | formatTNEFInvitation (const QByteArray &tnef, KCal::Calendar *cal, KCal::InvitationFormatterHelper *h) |
QString | formatTNEFInvitation (const QByteArray &tnef, const KCalCore::MemoryCalendar::Ptr &cal, KCalUtils::InvitationFormatterHelper *h) |
QString | msTNEFToVPart (const QByteArray &tnef) |
Detailed Description
Contains all the KTNEF library global classes, objects, and functions.
Function Documentation
QString KTnef::formatTNEFInvitation | ( | const QByteArray & | tnef, |
KCal::Calendar * | cal, | ||
KCal::InvitationFormatterHelper * | h | ||
) |
Formats a TNEF attachment to an HTML mail.
- Parameters
-
tnef is the QByteArray contain the TNEF data. cal is a pointer to a Calendar object. h is a pointer to a InvitationFormatterHelp object.
Definition at line 537 of file formatter.cpp.
QString KTnef::formatTNEFInvitation | ( | const QByteArray & | tnef, |
const KCalCore::MemoryCalendar::Ptr & | cal, | ||
KCalUtils::InvitationFormatterHelper * | h | ||
) |
Formats a TNEF attachment to an HTML mail.
- Parameters
-
tnef is the QByteArray contain the TNEF data. cal is a pointer to a Calendar object. h is a pointer to a InvitationFormatterHelp object.
QString KTnef::msTNEFToVPart | ( | const QByteArray & | tnef | ) |
Transforms a TNEF attachment to an iCal or vCard.
- Parameters
-
tnef is the QByteArray containing the TNEF data.
- Returns
- a string containing the transformed attachment.
FIXME Need to get this attribute written
Definition at line 196 of file formatter.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:58 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:58 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.