KCalUtils Library
#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 <KCalendarSystem>
#include <KDebug>
#include <KEMailSettings>
#include <KIconLoader>
#include <KLocale>
#include <KMimeType>
#include <KSystemTimeZone>
#include <QtCore/QBitArray>
#include <QApplication>
#include <QPalette>
#include <QTextDocument>
Go to the source code of this file.
Functions | |
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 | responseButtons (const Incidence::Ptr &inc, bool rsvpReq, bool rsvpRec, InvitationFormatterHelper *helper) |
static QString | secs2Duration (int secs) |
Variables | |
static QString | tdClose = "</td>" |
static QString | tdOpen = "<td style=\"border-width:2px;border-style:outset\">" |
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-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:46 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:46 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.