libkcal
attachmenthandler.cpp File Reference
This file is part of the API for handling calendar data and provides static functions for dealing with calendar incidence attachments. More...
#include "attachmenthandler.h"#include "attachment.h"#include <tqintdict.h>#include <tqmap.h>#include "calendar.h"#include <tqstring.h>#include <tqdatetime.h>#include <tqptrlist.h>#include <tdeconfig.h>#include "alarm.h"#include "todo.h"#include "event.h"#include "journal.h"#include "exceptions.h"#include <tderesources/resource.h>#include <tderesources/manager.h>#include <tdeabc/lock.h>#include <tdepimmacros.h>#include "libkcal_export.h"#include "incidence.h"#include <tdeapplication.h>#include <tdefiledialog.h>#include <tdelocale.h>#include <tdemessagebox.h>#include <kmimetype.h>#include <krun.h>#include <tdetempfile.h>#include <tdeio/netaccess.h>#include <tqfile.h>Go to the source code of this file.
Namespaces | |
| namespace | KCal |
Functions | |
| static KURL | KCal::tempFileForAttachment (Attachment *attachment) |
Variables | |
| static KTempFile * | KCal::s_tempFile = 0 |
Detailed Description
This file is part of the API for handling calendar data and provides static functions for dealing with calendar incidence attachments.
vCalendar/iCalendar attachment handling.
Definition in file attachmenthandler.cpp.
