KCalUtils Library
incidenceformatter.cpp File Reference
#include "incidenceformatter.h"
#include "stringify.h"
#include <kcalcore/event.h>
#include <kcalcore/freebusy.h>
#include <kcalcore/icalformat.h>
#include <kcalcore/journal.h>
#include <kcalcore/memorycalendar.h>
#include <kcalcore/todo.h>
#include <kcalcore/visitor.h>
#include <kpimutils/email.h>
#include <kpimutils/linklocator.h>
#include <KCalendarSystem>
#include <KDebug>
#include <KEMailSettings>
#include <KIconLoader>
#include <KLocalizedString>
#include <KGlobal>
#include <KMimeType>
#include <KSystemTimeZone>
#include <QtCore/QBitArray>
#include <QApplication>
#include <QPalette>
#include <QTextDocument>
Go to the source code of this file.
Functions | |
static QString | cancelButtons (const Incidence::Ptr &incidence, InvitationFormatterHelper *helper) |
static QString | counterButtons (const Incidence::Ptr &incidence, InvitationFormatterHelper *helper) |
static QString | formatICalInvitationHelper (QString invitation, const MemoryCalendar::Ptr &mCalendar, InvitationFormatterHelper *helper, bool noHtmlMode, KDateTime::Spec spec, const QString &sender, bool outlookCompareStyle) |
static bool | incidenceOwnedByMe (const Calendar::Ptr &calendar, const Incidence::Ptr &incidence) |
static QString | invitationAttachments (InvitationFormatterHelper *helper, const Incidence::Ptr &incidence) |
static QString | invitationAttendeeList (const Incidence::Ptr &incidence) |
static QString | invitationRsvpList (const Incidence::Ptr &incidence, const Attendee::Ptr &sender) |
static QString | inviteButton (InvitationFormatterHelper *helper, const QString &id, const QString &text) |
static QString | inviteLink (InvitationFormatterHelper *helper, const QString &id, const QString &text) |
static QString | recordButtons (const Incidence::Ptr &incidence, InvitationFormatterHelper *helper) |
static QString | recordResponseButtons (const Incidence::Ptr &incidence, InvitationFormatterHelper *helper) |
static QString | responseButtons (const Incidence::Ptr &incidence, bool rsvpReq, bool rsvpRec, InvitationFormatterHelper *helper) |
static QString | secs2Duration (int secs) |
Detailed Description
This file is part of the API for handling calendar data and provides static functions for formatting Incidences for various purposes.
Provides methods to format Incidences in various ways for display purposes.
Definition in file incidenceformatter.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Jan 9 2014 17:53:20 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Thu Jan 9 2014 17:53:20 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.