CalendarSupport
attachmenthandler.h
Go to the documentation of this file.
56 KCalendarCore::Attachment find(const QString &attachmentName, const KCalendarCore::Incidence::Ptr &incidence);
66 KCalendarCore::Attachment find(const QString &attachmentName, const KCalendarCore::ScheduleMessage::Ptr &message);
Provides methods to handle incidence attachments.
Definition attachmenthandler.h:39
bool saveAs(const KCalendarCore::Attachment &attachment)
Saves the specified attachment to a file of the user's choice.
Definition attachmenthandler.cpp:210
KCalendarCore::Attachment find(const QString &attachmentName, const KCalendarCore::Incidence::Ptr &incidence)
Finds the attachment in the user's calendar, by attachmentName and incidence.
Definition attachmenthandler.cpp:74
AttachmentHandler(QWidget *parent)
Constructs an AttachmentHandler.
Definition attachmenthandler.cpp:66
bool view(const KCalendarCore::Attachment &attachment)
Launches a viewer on the specified attachment.
Definition attachmenthandler.cpp:161
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:07:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:07:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.