KTNEF Library
ktnefattach.cpp
Go to the documentation of this file.
bool checkState(int state) const
Sets/Unsets the attachment state according to the state flag must be a ParseState type...
Definition: ktnefattach.cpp:106
void setOffset(int offset)
Sets the offset value of this attachment to offset.
Definition: ktnefattach.cpp:116
void setDisplaySize(int size)
Sets the display size of the attachment to size.
Definition: ktnefattach.cpp:137
bool infoParsed() const
Returns true if the InfoParsed flag is set; else returns false.
Definition: ktnefattach.cpp:101
Definition: formatter.h:51
void setExtension(const QString &str)
Sets the filename extension of this attachment to str.
Definition: ktnefattach.cpp:199
QString displayName() const
Returns the display name of the attachment.
Definition: ktnefattach.cpp:174
QString extension() const
Returns the filename extension of the attachment.
Definition: ktnefattach.cpp:194
bool dataParsed() const
Returns true if the ParseState::DataParsed flag is set; else returns false.
Definition: ktnefattach.cpp:96
void setMimeTag(const QString &str)
Sets the MIME tag of this attachment to str.
Definition: ktnefattach.cpp:189
void setFileName(const QString &str)
Sets the filename of this attachment to str.
Definition: ktnefattach.cpp:169
void unsetDataParser()
Unsets the DataParsed flag for this attachment.
Definition: ktnefattach.cpp:81
void setName(const QString &str)
Sets the name of this attachment to str.
Definition: ktnefattach.cpp:147
This file is part of the API for handling TNEF data and defines the KTNEFProperty class...
bool titleParsed() const
Returns true if the TitleParsed flag is set; else returns false.
Definition: ktnefattach.cpp:91
This file is part of the API for handling TNEF data and defines the KTNEFAttach class.
void setDisplayName(const QString &str)
Sets the display name of this attachment to str.
Definition: ktnefattach.cpp:179
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Fri Oct 28 2016 11:54:24 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Fri Oct 28 2016 11:54:24 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.