KTNEF Library
Go to the documentation of this file.
41 #include "ktnef_export.h"
131 void addProperty(
int tag,
int type,
const QVariant &value );
149 bool writeProperty( QDataStream &stream,
int &bytes,
int tag )
const;
157 bool writeFile( QIODevice &file )
const;
165 bool writeFile( QDataStream &stream )
const;
173 void setSender(
const QString &name,
const QString &email );
180 void setMessageType( MessageType methodType );
187 void setMethod( Method method );
192 void clearAttendees();
203 void addAttendee(
const QString &name, Role role, PartStat partstat,
204 bool rsvp,
const QString &email );
213 void setOrganizer(
const QString &organizer );
220 void setDtStart(
const QDateTime &dtStart );
227 void setDtEnd(
const QDateTime &dtEnd );
234 void setLocation(
const QString &location );
241 void setUID(
const QString &uid );
248 void setDtStamp(
const QDateTime &dtStamp );
255 void setCategories(
const QStringList &categories );
262 void setDescription(
const QString &description );
269 void setSummary(
const QString &summary );
276 void setPriority( Priority priority );
285 void setAlarm(
const QString &description, AlarmAction action,
286 const QDateTime &wakeBefore );
291 PrivateData *
const d;
299 #endif // KTNEFWRITER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:58 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.