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 <QtGui/QApplication>
#include <QtGui/QPalette>
#include <QtGui/QTextDocument>
Include dependency graph for incidenceformatter.cpp:

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-2012 The KDE developers.
Generated on Tue Dec 11 2012 12:13:58 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue Dec 11 2012 12:13:58 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.