KTNEF Library
ktnefwriter.cpp
Go to the documentation of this file.
void setSender(const QString &name, const QString &email)
Sets the sender's name and email address.
Definition: ktnefwriter.cpp:370
void setOrganizer(const QString &organizer)
Sets the name of the organizer to organizer.
Definition: ktnefwriter.cpp:448
int minute() const
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
Tentative affirmative to a meeting request.
Definition: ktnefwriter.h:62
void setDtEnd(const QDateTime &dtEnd)
Sets the Ending Date and Time to dtEnd.
Definition: ktnefwriter.cpp:470
void addProperty(int tag, int type, const QVariant &value)
Adds a TNEF property.
Definition: ktnefwriter.cpp:84
QTime time() const
void setCategories(const QStringList &categories)
Sets the category list to categories.
Definition: ktnefwriter.cpp:494
Affirmative response to a meeting request.
Definition: ktnefwriter.h:61
int length() const
virtual bool open(QFlags< QIODevice::OpenModeFlag > mode)
int month() const
void setLocation(const QString &location)
Sets the Location to location.
Definition: ktnefwriter.cpp:476
int second() const
T value(int i) const
int dayOfWeek() const
void setDescription(const QString &description)
Sets the description to description.
Definition: ktnefwriter.cpp:500
This file is part of the API for handling TNEF data and provides some basic definitions for general u...
void addAttendee(const QString &name, Role role, PartStat partstat, bool rsvp, const QString &email)
Adds a meeting participant (attendee).
Definition: ktnefwriter.cpp:435
Interface for setting MAPI properties and TNEF attributes.
Definition: ktnefpropertyset.h:48
int count(const T &value) const
bool isEmpty() const
QString trimmed() const
int day() const
int year() const
iterator end()
void setDtStart(const QDateTime &dtStart)
Sets the Starting Date and Time to dtStart.
Definition: ktnefwriter.cpp:464
QString right(int n) const
int hour() const
QByteArray toLocal8Bit() const
This file is part of the API for handling TNEF data and defines the KTNEFWriter class.
uint toTime_t() const
void setByteOrder(ByteOrder bo)
QDateTime currentDateTime()
This file is part of the API for handling TNEF data and defines the KTNEFPropertySet class...
QDate date() const
This file is part of the API for handling TNEF data and defines the KTNEFProperty class...
void setDtStamp(const QDateTime &dtStamp)
Sets the timestamp to dtStamp.
Definition: ktnefwriter.cpp:488
int writeRawData(const char *s, int len)
int length() const
char * data()
QString left(int n) const
iterator find(const Key &key)
void setMessageType(MessageType methodType)
Sets the MessageType to methodType.
Definition: ktnefwriter.cpp:386
bool writeFile(QIODevice &file) const
Writes the attachment to the QIODevice specified by file.
Definition: ktnefwriter.cpp:329
bool writeProperty(QDataStream &stream, int &bytes, int tag) const
Writes a TNEF property to the QDataStream specified by stream.
Definition: ktnefwriter.cpp:125
void setAlarm(const QString &description, AlarmAction action, const QDateTime &wakeBefore)
Sets the alarm.
Definition: ktnefwriter.cpp:520
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:43 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:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.