Go to the documentation of this file.
29 #ifndef KCAL_ATTACHMENTHANDLER_H
30 #define KCAL_ATTACHMENTHANDLER_H
39 class ScheduleMessage;
47 namespace AttachmentHandler {
81 Attachment * find( TQWidget *parent, const TQString &attachmentName, const TQString &uid );
103 bool view( TQWidget *parent, const TQString &attachmentName, Incidence *incidence );
115 bool view( TQWidget *parent, const TQString &attachmentName, const TQString &uid );
149 bool saveAs( TQWidget *parent, const TQString &attachmentName, Incidence *incidence );
161 bool saveAs( TQWidget *parent, const TQString &attachmentName, const TQString &uid );
|