KTNEF Library
Go to the documentation of this file.
34 #include <QtCore/QMap>
35 #include <QtCore/QString>
36 #include <QtCore/QVariant>
39 #include "ktnef_export.h"
41 namespace KTnef {
class KTNEFProperty; }
75 void setTitleParsed();
85 void unsetDataParser();
95 bool titleParsed()
const;
100 bool dataParsed()
const;
105 bool infoParsed()
const;
114 bool checkState(
int state )
const;
121 void setOffset(
int offset );
133 void setSize(
int size );
145 void setDisplaySize(
int size );
150 int displaySize()
const;
157 void setName(
const QString &str );
162 QString name()
const;
169 void setIndex(
int indx );
181 void setFileName(
const QString &str );
186 QString fileName()
const;
193 void setDisplayName(
const QString &str );
198 QString displayName()
const;
205 void setMimeTag(
const QString &str );
210 QString mimeTag()
const;
217 void setExtension(
const QString &str );
222 QString extension()
const;
227 AttachPrivate *
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jan 5 2013 19:48:02 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.