akonadi
messagethreadingattribute.cpp
43 MessageThreadingAttribute::~ MessageThreadingAttribute()
MessageThreadingAttribute * clone() const
Creates a copy of this attribute.
Definition: messagethreadingattribute.cpp:53
void setUnperfectParents(const QList< Item::Id > &parents)
Sets the list of non-perfect parent message ids.
Definition: messagethreadingattribute.cpp:130
QList< Item::Id > perfectParents() const
Returns the list of perfect parent message ids.
Definition: messagethreadingattribute.cpp:115
QList< Item::Id > unperfectParents() const
Returns the list of non-perfect parent message ids.
Definition: messagethreadingattribute.cpp:125
Message threading information.
Definition: messagethreadingattribute.h:34
void setPerfectParents(const QList< Item::Id > &parents)
Sets the list of perfect parent message ids.
Definition: messagethreadingattribute.cpp:120
QByteArray type() const
Returns the type of the attribute.
Definition: messagethreadingattribute.cpp:48
QList< Item::Id > subjectParents() const
Returns the list of possible parent message ids based on analyzing the subject.
Definition: messagethreadingattribute.cpp:135
QByteArray serialized() const
Returns a QByteArray representation of the attribute which will be storaged.
Definition: messagethreadingattribute.cpp:58
MessageThreadingAttribute()
Creates an empty threading attribute.
Definition: messagethreadingattribute.cpp:32
void deserialize(const QByteArray &data)
Sets the data of this attribute, using the same encoding as returned by toByteArray().
Definition: messagethreadingattribute.cpp:99
void setSubjectParents(const QList< Item::Id > &parents)
Sets the list of possible parent message ids based on analyzing the subject.
Definition: messagethreadingattribute.cpp:140
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:54:58 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:54:58 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.