KTnef
ktnefwriter.h
Go to the documentation of this file.
192 void addAttendee(const QString &name, Role role, PartStat partstat, bool rsvp, const QString &email);
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 KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.