KTNEF Library
Go to the documentation of this file. 41 #include "ktnef_export.h" 132 void addProperty(
int tag,
int type,
const QVariant &value );
150 bool writeProperty( QDataStream &stream,
int &bytes,
int tag )
const;
158 bool writeFile( QIODevice &file )
const;
166 bool writeFile( QDataStream &stream )
const;
174 void setSender(
const QString &name,
const QString &email );
188 void setMethod(
Method method );
193 void clearAttendees();
204 void addAttendee(
const QString &name,
Role role,
PartStat partstat,
205 bool rsvp,
const QString &email );
214 void setOrganizer(
const QString &organizer );
221 void setDtStart(
const QDateTime &dtStart );
228 void setDtEnd(
const QDateTime &dtEnd );
235 void setLocation(
const QString &location );
242 void setUID(
const QString &uid );
249 void setDtStamp(
const QDateTime &dtStamp );
256 void setCategories(
const QStringList &categories );
263 void setDescription(
const QString &description );
270 void setSummary(
const QString &summary );
277 void setPriority(
Priority priority );
286 void setAlarm(
const QString &description,
AlarmAction action,
287 const QDateTime &wakeBefore );
292 PrivateData *
const d;
300 #endif // KTNEFWRITER_H Delegated the task to another.
Accepted the task/invitation.
Priority
The different priorities.
PartStat
The different types of participant statuses.
Negative response to a meeting request.
Affirmative response to a meeting request.
Manages the writing of TNEF attachments.
The meeting is cancelled.
MessageType
The different types of messages.
Declined the task/invitation.
Role
The different types of meeting roles.
Tentatively accepted the task/invitation.
Method
The different types of message statuses.
No information about the task/invitation received.
AlarmAction
The different alarm actions.
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Fri Apr 22 2016 18:38:16 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.