KMIME Library
kmime_contentindex.cpp
Go to the documentation of this file.
A class to uniquely identify message parts (Content) in a hierarchy.
Definition kmime_contentindex.h:55
QString toString() const
Returns a string representation of this content index according to RFC3501 section 6....
Definition kmime_contentindex.cpp:91
bool isValid() const
Returns true if this index is non-empty (valid).
Definition kmime_contentindex.cpp:76
bool operator==(const ContentIndex &index) const
Compares this with index for equality.
Definition kmime_contentindex.cpp:100
bool operator!=(const ContentIndex &index) const
Compares this with index for inequality.
Definition kmime_contentindex.cpp:105
ContentIndex & operator=(const ContentIndex &other)
Assignment operator.
Definition kmime_contentindex.cpp:110
The KAutoDeleteHash class is a convenience QHash subclass that provides automatic deletion of the val...
Definition kautodeletehash.h:50
This file is part of the API for handling MIME data and defines the ContentIndex class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.