libkcal
attachmenthandler.h File Reference
Detailed Description
This file is part of the API for handling calendar data and provides static functions for dealing with calendar incidence attachments.
Definition in file attachmenthandler.h.
Go to the source code of this file.
Namespaces | |
namespace | KCal |
namespace | KCal::AttachmentHandler |
Functions | |
Attachment * | KCal::AttachmentHandler::find (QWidget *parent, const QString &attachmentName, Incidence *incidence) |
Attachment * | KCal::AttachmentHandler::find (QWidget *parent, const QString &attachmentName, ScheduleMessage *message) |
Attachment * | KCal::AttachmentHandler::find (QWidget *parent, const QString &attachmentName, const QString &uid) |
bool | KCal::AttachmentHandler::view (QWidget *parent, Attachment *attachment) |
bool | KCal::AttachmentHandler::view (QWidget *parent, const QString &attachmentName, Incidence *incidence) |
bool | KCal::AttachmentHandler::view (QWidget *parent, const QString &attachmentName, const QString &uid) |
bool | KCal::AttachmentHandler::view (QWidget *parent, const QString &attachmentName, ScheduleMessage *message) |
bool | KCal::AttachmentHandler::saveAs (QWidget *parent, Attachment *attachment) |
bool | KCal::AttachmentHandler::saveAs (QWidget *parent, const QString &attachmentName, Incidence *incidence) |
bool | KCal::AttachmentHandler::saveAs (QWidget *parent, const QString &attachmentName, const QString &uid) |
bool | KCal::AttachmentHandler::saveAs (QWidget *parent, const QString &attachmentName, ScheduleMessage *message) |