KCalUtils Library
Go to the documentation of this file.
32 #ifndef KCALUTILS_STRINGIFY_H
33 #define KCALUTILS_STRINGIFY_H
35 #include "kcalutils_export.h"
37 #include <kcalcore/schedulemessage.h>
52 KCALUTILS_EXPORT QString incidenceType( KCalCore::Incidence::IncidenceType type );
58 KCALUTILS_EXPORT QString
incidenceSecrecy( KCalCore::Incidence::Secrecy secrecy );
66 KCALUTILS_EXPORT QString incidenceStatus( KCalCore::Incidence::Status status );
67 KCALUTILS_EXPORT QString incidenceStatus(
const KCalCore::Incidence::Ptr &incidence );
76 bool shortfmt =
false );
79 KCALUTILS_EXPORT QStringList attendeeRoleList();
81 KCALUTILS_EXPORT QStringList attendeeStatusList();
90 KCALUTILS_EXPORT QString
formatTime(
const KDateTime &dt,
bool shortfmt =
true,
91 const KDateTime::Spec &spec = KDateTime::Spec() );
100 KCALUTILS_EXPORT QString
formatDate(
const KDateTime &dt,
bool shortfmt =
true,
101 const KDateTime::Spec &spec = KDateTime::Spec() );
112 bool dateOnly =
false,
113 bool shortfmt =
true,
114 const KDateTime::Spec &spec = KDateTime::Spec() );
121 KCALUTILS_EXPORT QString secrecyName( KCalCore::Incidence::Secrecy secrecy );
123 KCALUTILS_EXPORT QStringList secrecyList();
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
KDE's Doxygen guidelines are available online.