KTnef
ktnefwriter.cpp
Go to the documentation of this file.
502void KTNEFWriter::setAlarm(const QString &description, AlarmAction action, const QDateTime &wakeBefore)
Interface for setting MAPI properties and TNEF attributes.
Definition ktnefpropertyset.h:37
void setAlarm(const QString &description, AlarmAction action, const QDateTime &wakeBefore)
Sets the alarm.
Definition ktnefwriter.cpp:502
void setOrganizer(const QString &organizer)
Sets the name of the organizer to organizer.
Definition ktnefwriter.cpp:432
void setDtStamp(const QDateTime &dtStamp)
Sets the timestamp to dtStamp.
Definition ktnefwriter.cpp:471
void setCategories(const QStringList &categories)
Sets the category list to categories.
Definition ktnefwriter.cpp:477
bool writeFile(QIODevice &file) const
Writes the attachment to the QIODevice specified by file.
Definition ktnefwriter.cpp:320
void setLocation(const QString &location)
Sets the Location to location.
Definition ktnefwriter.cpp:460
void addProperty(int tag, int type, const QVariant &value)
Adds a TNEF property.
Definition ktnefwriter.cpp:75
bool writeProperty(QDataStream &stream, int &bytes, int tag) const
Writes a TNEF property to the QDataStream specified by stream.
Definition ktnefwriter.cpp:116
void setDtEnd(const QDateTime &dtEnd)
Sets the Ending Date and Time to dtEnd.
Definition ktnefwriter.cpp:454
void setDtStart(const QDateTime &dtStart)
Sets the Starting Date and Time to dtStart.
Definition ktnefwriter.cpp:448
void setDescription(const QString &description)
Sets the description to description.
Definition ktnefwriter.cpp:482
void setSender(const QString &name, const QString &email)
Sets the sender's name and email address.
Definition ktnefwriter.cpp:361
void setMessageType(MessageType methodType)
Sets the MessageType to methodType.
Definition ktnefwriter.cpp:374
void addAttendee(const QString &name, Role role, PartStat partstat, bool rsvp, const QString &email)
Adds a meeting participant (attendee).
Definition ktnefwriter.cpp:421
This file is part of the API for handling TNEF data and provides some basic definitions for general u...
This file is part of the API for handling TNEF data and defines the KTNEFProperty class.
This file is part of the API for handling TNEF data and defines the KTNEFPropertySet class.
This file is part of the API for handling TNEF data and defines the KTNEFWriter class.
KGuiItem properties()
char * data()
qsizetype length() const const
LittleEndian
void setByteOrder(ByteOrder bo)
int writeRawData(const char *s, int len)
int day() const const
int dayOfWeek() const const
int month() const const
int year() const const
QDate date() const const
QTime time() const const
virtual bool open(QIODeviceBase::OpenMode mode)
WriteOnly
qsizetype count() const const
T value(qsizetype i) const const
Iterator
qsizetype indexOf(QChar ch, qsizetype from, Qt::CaseSensitivity cs) const const
bool isEmpty() const const
QString left(qsizetype n) const const
qsizetype length() const const
QString right(qsizetype n) const const
QByteArray toLocal8Bit() const const
QString trimmed() const const
int hour() const const
int minute() const const
int second() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:57:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:57:46 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.