KTnef
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:153
void setExtension(const QString &str)
Sets the filename extension of this attachment to str.
Definition ktnefattach.cpp:183
void setOffset(int offset)
Sets the offset value of this attachment to offset.
Definition ktnefattach.cpp:100
void setMimeTag(const QString &str)
Sets the MIME tag of this attachment to str.
Definition ktnefattach.cpp:173
bool titleParsed() const
Returns true if the TitleParsed flag is set; else returns false.
Definition ktnefattach.cpp:75
bool infoParsed() const
Returns true if the InfoParsed flag is set; else returns false.
Definition ktnefattach.cpp:85
void setName(const QString &str)
Sets the name of this attachment to str.
Definition ktnefattach.cpp:131
QString extension() const
Returns the filename extension of the attachment.
Definition ktnefattach.cpp:178
QString displayName() const
Returns the display name of the attachment.
Definition ktnefattach.cpp:158
void setDisplaySize(int size)
Sets the display size of the attachment to size.
Definition ktnefattach.cpp:121
void setDisplayName(const QString &str)
Sets the display name of this attachment to str.
Definition ktnefattach.cpp:163
bool dataParsed() const
Returns true if the ParseState::DataParsed flag is set; else returns false.
Definition ktnefattach.cpp:80
bool checkState(int state) const
Sets/Unsets the attachment state according to the state flag must be a ParseState type.
Definition ktnefattach.cpp:90
This file is part of the API for handling TNEF data and defines the KTNEFAttach class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:06:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.