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
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-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.