Akonadi::MessageThreadingAttribute Class Reference

Message threading information. More...

#include <messagethreadingattribute.h>

Inherits Attribute.

List of all members.

Public Member Functions

 MessageThreadingAttribute (const MessageThreadingAttribute &other)
 MessageThreadingAttribute ()
 ~MessageThreadingAttribute ()
MessageThreadingAttributeclone () const
void deserialize (const QByteArray &data)
QList< Item::Id > perfectParents () const
QByteArray serialized () const
void setPerfectParents (const QList< Item::Id > &parents)
void setSubjectParents (const QList< Item::Id > &parents)
void setUnperfectParents (const QList< Item::Id > &parents)
QList< Item::Id > subjectParents () const
QByteArray type () const
QList< Item::Id > unperfectParents () const

Detailed Description

Message threading information.

Used eg. by MessageThreaderProxyModel

Definition at line 32 of file messagethreadingattribute.h.


Constructor & Destructor Documentation

MessageThreadingAttribute::MessageThreadingAttribute (  ) 

Creates an empty threading attribute.

Definition at line 32 of file messagethreadingattribute.cpp.

MessageThreadingAttribute::MessageThreadingAttribute ( const MessageThreadingAttribute other  ) 

Copy constructor.

Definition at line 37 of file messagethreadingattribute.cpp.

MessageThreadingAttribute::~MessageThreadingAttribute (  ) 

Destructor.

Definition at line 43 of file messagethreadingattribute.cpp.


Member Function Documentation

QList< Item::Id > MessageThreadingAttribute::perfectParents (  )  const

Returns the list of perfect parent message ids.

Definition at line 107 of file messagethreadingattribute.cpp.

void MessageThreadingAttribute::setPerfectParents ( const QList< Item::Id > &  parents  ) 

Sets the list of perfect parent message ids.

Definition at line 112 of file messagethreadingattribute.cpp.

void MessageThreadingAttribute::setSubjectParents ( const QList< Item::Id > &  parents  ) 

Sets the list of possible parent message ids based on analyzing the subject.

Definition at line 132 of file messagethreadingattribute.cpp.

void MessageThreadingAttribute::setUnperfectParents ( const QList< Item::Id > &  parents  ) 

Sets the list of non-perfect parent message ids.

Definition at line 122 of file messagethreadingattribute.cpp.

QList< Item::Id > MessageThreadingAttribute::subjectParents (  )  const

Returns the list of possible parent message ids based on analyzing the subject.

Definition at line 127 of file messagethreadingattribute.cpp.

QList< Item::Id > MessageThreadingAttribute::unperfectParents (  )  const

Returns the list of non-perfect parent message ids.

Definition at line 117 of file messagethreadingattribute.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys