calendarsupport
attachmenthandler.h
Go to the documentation of this file.
KCalCore::Attachment::Ptr find(const QString &attachmentName, const KCalCore::Incidence::Ptr &incidence)
Finds the attachment in the user's calendar, by attachmentName and incidence.
CALENDARSUPPORT_EXPORT KCalCore::Incidence::Ptr incidence(const Akonadi::Item &item)
returns the incidence from an akonadi item, or a null pointer if the item has no such payload ...
Definition: utils.cpp:75
bool saveAs(const KCalCore::Attachment::Ptr &attachment)
Saves the specified attachment to a file of the user's choice.
AttachmentHandler(QWidget *parent)
Constructs an AttachmentHandler.
Definition: attachmenthandler.cpp:66
bool view(const KCalCore::Attachment::Ptr &attachment)
Launches a viewer on the specified attachment.
~AttachmentHandler()
Definition: attachmenthandler.cpp:71
void viewFinished(const QString &uid, const QString &attachmentName, bool success)
Provides methods to handle incidence attachments.
Definition: attachmenthandler.h:48
void saveAsFinished(const QString &uid, const QString &attachmentName, bool success)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.