KTNEF Library
Go to the documentation of this file. 31 #ifndef KTNEFPROPERTYSET_H 32 #define KTNEFPROPERTYSET_H 34 #include <QtCore/QMap> 35 #include <QtCore/QVariant> 36 #include "ktnef_export.h" 70 void addProperty(
int key,
int type,
const QVariant &value,
71 const QVariant &name=QVariant(),
bool overwrite=
false );
84 QString findProp(
int key,
const QString &fallback=QString(),
85 bool convertToUpper=
false )
const;
98 QString findNamedProp(
const QString &name,
99 const QString &fallback=QString(),
100 bool convertToUpper=
false )
const;
105 QMap<int,KTNEFProperty*>& properties();
110 const QMap<int,KTNEFProperty*>& properties()
const;
119 QVariant property(
int key )
const;
129 void addAttribute(
int key,
int type,
const QVariant &value,
130 bool overwrite=
false );
135 QMap<int,KTNEFProperty*>& attributes();
140 const QMap<int,KTNEFProperty*>& attributes()
const;
149 QVariant attribute(
int key )
const;
156 void clear(
bool deleteAll=
false );
Interface for setting MAPI properties and TNEF attributes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Thu Jan 19 2017 10:29:01 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.