KCal Library
qtopiaformat.cpp
void addMonthlyPos(short pos, const QBitArray &days)
Adds a position (e.g.
Definition: recurrence.cpp:757
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
This file is part of the API for handling calendar data and defines the CalendarLocal class...
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
bool load(Calendar *calendar, const QString &fileName)
Loads a calendar on disk into the calendar associated with this format.
Definition: qtopiaformat.cpp:296
int columnNumber() const
const_iterator constFind(const Key &key) const
bool save(Calendar *calendar, const QString &fileName)
Writes the calendar to disk.
Definition: qtopiaformat.cpp:310
int lineNumber() const
bool isNull() const
int dayOfWeek() const
void setDescription(const QString &description, bool isRich)
Sets the incidence description.
Definition: incidence.cpp:375
QString message() const
void append(const T &value)
void setWeekly(int freq, int weekStart=1)
Sets an event to recur weekly.
Definition: recurrence.cpp:729
int toInt(bool *ok, int base) const
bool isEmpty() const
const_iterator constEnd() const
int day() const
This file is part of the API for handling calendar data and defines the Calendar class.
bool fromString(Calendar *calendar, const QString &)
Loads a calendar from a string.
Definition: qtopiaformat.cpp:337
void setEndDate(const QDate &endDate)
Sets the date of the last recurrence.
Definition: recurrence.cpp:463
void setStartOffset(const Duration &offset)
Sets the alarm offset relative to the start of the parent Incidence.
Definition: alarm.cpp:591
void setUid(const QString &uid)
Returns the type of Incidence as a translated string.
Definition: incidencebase.cpp:178
virtual bool open(QFlags< QIODevice::OpenModeFlag > mode)
void setException(ErrorFormat *error)
Sets an exception that is to be used by the functions of this class to report errors.
Definition: calformat.cpp:77
virtual void close()
QString systemId() const
typedef ConstIterator
virtual bool parse(const QXmlInputSource &input)
bool fromRawString(Calendar *calendar, const QByteArray &string)
Parses a utf8 encoded string, returning the first iCal component encountered in that string...
Definition: qtopiaformat.cpp:343
bool mightBeRichText(const QString &text)
QString left(int n) const
iterator insert(const Key &key, const T &value)
QString publicId() const
QString value(int index) const
const_iterator constEnd() const
const_iterator constBegin() const
void setSummary(const QString &summary, bool isRich)
Sets the incidence summary.
Definition: incidence.cpp:409
QString toString(Calendar *calendar)
Returns the calendar as a string.
Definition: qtopiaformat.cpp:349
void setCategories(const QStringList &categories)
Sets the incidence category list.
Definition: incidence.cpp:443
This class represents a recurrence rule for a calendar incidence.
Definition: recurrence.h:91
virtual void setContentHandler(QXmlContentHandler *handler)
uint toUInt(bool *ok, int base) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:30 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.