attachmenthandler.h File Reference
Go to the source code of this file.
Namespaces | |
KCal | |
KCal::AttachmentHandler | |
Functions | |
Attachment * | KCal::AttachmentHandler::find (TQWidget *parent, const TQString &attachmentName, Incidence *incidence) |
Attachment * | KCal::AttachmentHandler::find (TQWidget *parent, const TQString &attachmentName, ScheduleMessage *message) |
Attachment * | KCal::AttachmentHandler::find (TQWidget *parent, const TQString &attachmentName, const TQString &uid) |
bool | KCal::AttachmentHandler::view (TQWidget *parent, Attachment *attachment) |
bool | KCal::AttachmentHandler::view (TQWidget *parent, const TQString &attachmentName, Incidence *incidence) |
bool | KCal::AttachmentHandler::view (TQWidget *parent, const TQString &attachmentName, const TQString &uid) |
bool | KCal::AttachmentHandler::view (TQWidget *parent, const TQString &attachmentName, ScheduleMessage *message) |
bool | KCal::AttachmentHandler::saveAs (TQWidget *parent, Attachment *attachment) |
bool | KCal::AttachmentHandler::saveAs (TQWidget *parent, const TQString &attachmentName, Incidence *incidence) |
bool | KCal::AttachmentHandler::saveAs (TQWidget *parent, const TQString &attachmentName, const TQString &uid) |
bool | KCal::AttachmentHandler::saveAs (TQWidget *parent, const TQString &attachmentName, ScheduleMessage *message) |
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.