Go to the documentation of this file.
35#include <QtCore/QString>
36#include <QtCore/QVariant>
39#include "ktnef_export.h"
77 void setTitleParsed();
87 void unsetDataParser();
97 bool titleParsed()
const;
102 bool dataParsed()
const;
107 bool infoParsed()
const;
116 bool checkState(
int state )
const;
123 void setOffset(
int offset );
135 void setSize(
int size );
147 void setDisplaySize(
int size );
152 int displaySize()
const;
159 void setName(
const QString &str );
164 QString name()
const;
171 void setIndex(
int indx );
183 void setFileName(
const QString &str );
188 QString fileName()
const;
195 void setDisplayName(
const QString &str );
200 QString displayName()
const;
207 void setMimeTag(
const QString &str );
212 QString mimeTag()
const;
219 void setExtension(
const QString &str );
224 QString extension()
const;
229 AttachPrivate *
const d;
Represents a TNEF attachment.
KTNEFAttach()
Constructs a TNEF attachment.
ParseState
The different attachment parsed states.
@ DataParsed
The data is parsed.
@ InfoParsed
The info is parsed.
@ TitleParsed
The title is parsed.
KTNEFPropertySet()
Constructor.
Interface for setting MAPI properties.
This file is part of the API for handling TNEF data and defines the KTNEFPropertySet class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.