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