attachmenthandler.cpp
Go to the documentation of this file.
186 bool AttachmentHandler::view( TQWidget *parent, const TQString &attachmentName, Incidence *incidence )
191 bool AttachmentHandler::view( TQWidget *parent, const TQString &attachmentName, const TQString &uid )
246 bool AttachmentHandler::saveAs( TQWidget *parent, const TQString &attachmentName, const TQString &uid )
Definition: calendarresources.h:64
This class represents information related to an attachment.
Definition: attachment.h:34
This class provides an encapsulation of a scheduling message.
Definition: scheduler.h:44
void readConfig(TDEConfig *config=0)
Read the Resources settings from a config file.
Definition: calendarresources.cpp:146
Definition: alarm.h:38
bool view(TQWidget *parent, Attachment *attachment)
Launches a viewer on the specified attachment.
Definition: attachmenthandler.cpp:160
bool saveAs(TQWidget *parent, Attachment *attachment)
Saves the specified attachment to a file of the user's choice.
Definition: attachmenthandler.cpp:202
Attachment * find(TQWidget *parent, const TQString &attachmentName, Incidence *incidence)
Finds the attachment in the user's calendar, by attachmentName and incidence.
Definition: attachmenthandler.cpp:50
This class provides the base class common to all calendar components.
Definition: incidence.h:47
Attachment::List attachments() const
Return list of all associated attachments.
Definition: incidence.cpp:695
Incidence * incidence(const TQString &uid)
Returns the Incidence associated with the given unique identifier.
Definition: calendar.cpp:576