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 );
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.