CalendarSupport
#include "attachmenthandler.h"
#include "calendarsupport_debug.h"
#include <Akonadi/CalendarUtils>
#include <Akonadi/ItemFetchJob>
#include <KIO/FileCopyJob>
#include <KIO/JobUiDelegate>
#include <KIO/OpenUrlJob>
#include <KIO/StatJob>
#include <KJob>
#include <KJobWidgets>
#include <KLocalizedString>
#include <KMessageBox>
#include <QDesktopServices>
#include <QFile>
#include <QFileDialog>
#include <QMimeDatabase>
#include <QPointer>
#include <QTemporaryFile>
#include "moc_attachmenthandler.cpp"
Include dependency graph for attachmenthandler.cpp:
Go to the source code of this file.
Functions | |
static QUrl | CalendarSupport::tempFileForAttachment (const Attachment &attachment) |
Variables | |
static QTemporaryFile * | CalendarSupport::s_tempFile = nullptr |
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.
Function Documentation
◆ tempFileForAttachment()
|
static |
Definition at line 133 of file attachmenthandler.cpp.
Variable Documentation
◆ s_tempFile
|
static |
Definition at line 131 of file attachmenthandler.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:02 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:02 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.