• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

messagelist

  • MessageList
  • Core
  • FakeItem
Public Member Functions | List of all members
MessageList::Core::FakeItem Class Reference

#include <messageitem.h>

Inheritance diagram for MessageList::Core::FakeItem:
Inheritance graph
[legend]

Public Member Functions

 FakeItem ()
 
 ~FakeItem ()
 
virtual bool hasAnnotation () const
 
void setFakeTags (const QList< Tag * > &tagList)
 
virtual QList< Tag * > tagList () const
 
- Public Member Functions inherited from MessageList::Core::MessageItem
 MessageItem ()
 
virtual ~MessageItem ()
 
bool aboutToBeRemoved () const
 
QString accessibleText (const MessageList::Core::Theme *theme, int columnIndex)
 
Akonadi::Item akonadiItem () const
 
QString annotation () const
 
QColor backgroundColor () const
 
void editAnnotation ()
 
EncryptionState encryptionState () const
 
const Tag * findTag (const QString &szTagId) const
 
QFont font () const
 
QString fontKey () const
 
QByteArray inReplyToIdMD5 () const
 
void invalidateAnnotationCache ()
 
void invalidateTagCache ()
 
QByteArray messageIdMD5 () const
 
QByteArray referencesIdMD5 () const
 
void setAboutToBeRemoved (bool aboutToBeRemoved)
 
void setAkonadiItem (const Akonadi::Item &item)
 
void setEncryptionState (EncryptionState state)
 
void setInReplyToIdMD5 (const QByteArray &md5)
 
void setMessageIdMD5 (const QByteArray &md5)
 
void setReferencesIdMD5 (const QByteArray &md5)
 
void setSignatureState (SignatureState state)
 
void setStrippedSubjectMD5 (const QByteArray &md5)
 
void setSubjectIsPrefixed (bool subjectIsPrefixed)
 
void setThreadingStatus (ThreadingStatus threadingStatus)
 
SignatureState signatureState () const
 
QByteArray strippedSubjectMD5 () const
 
bool subjectIsPrefixed () const
 
void subTreeToList (QList< MessageItem * > &list)
 
QString tagListDescription () const
 
QColor textColor () const
 
ThreadingStatus threadingStatus () const
 
MessageItem * topmostMessage ()
 
unsigned long uniqueId () const
 
- Public Member Functions inherited from MessageList::Core::Item
virtual ~Item ()
 
int appendChildItem (Model *model, Item *child)
 
Item * childItem (int idx) const
 
int childItemCount () const
 
QList< Item * > * childItems () const
 
void childItemStats (ChildItemStats &stats) const
 
time_t date () const
 
Item * deepestItem ()
 
void dump (const QString &prefix)
 
Item * firstChildItem () const
 
QString formattedDate () const
 
QString formattedMaxDate () const
 
QString formattedSize () const
 
bool hasAncestor (const Item *it) const
 
bool hasChildren () const
 
int indexOfChildItem (Item *item) const
 
InitialExpandStatus initialExpandStatus () const
 
void initialSetup (time_t date, size_t size, const QString &sender, const QString &receiver, bool useReceiver)
 
bool isViewable () const
 
Item * itemAbove ()
 
Item * itemAboveChild (Item *child)
 
Item * itemBelow ()
 
Item * itemBelowChild (Item *child)
 
qint64 itemId () const
 
void killAllChildItems ()
 
time_t maxDate () const
 
Item * parent () const
 
void rawAppendChildItem (Item *child)
 
const QString & receiver () const
 
bool recomputeMaxDate ()
 
const QString & sender () const
 
const QString & senderOrReceiver () const
 
void setDate (time_t date)
 
void setIndexGuess (int index)
 
void setInitialExpandStatus (InitialExpandStatus initialExpandStatus)
 
void setItemId (qint64 id)
 
void setMaxDate (time_t date)
 
void setParent (Item *pParent)
 
void setReceiver (const QString &receiver)
 
void setSender (const QString &sender)
 
void setSize (size_t size)
 
void setStatus (const Akonadi::MessageStatus &status)
 
void setSubject (const QString &subject)
 
void setSubjectAndStatus (const QString &subject, const Akonadi::MessageStatus &status)
 
void setViewable (Model *model, bool bViewable)
 
size_t size () const
 
const Akonadi::MessageStatus & status () const
 
QString statusDescription (bool hasNepomukTag) const
 
const QString & subject () const
 
void takeChildItem (Model *model, Item *child)
 
Item * topmostNonRoot ()
 
Type type () const
 
bool useReceiver () const
 
- Public Member Functions inherited from MessageList::Core::ModelInvariantIndex
 ModelInvariantIndex ()
 
virtual ~ModelInvariantIndex ()
 
int currentModelIndexRow ()
 
bool isValid () const
 

Additional Inherited Members

- Public Types inherited from MessageList::Core::MessageItem
enum  EncryptionState { NotEncrypted, PartiallyEncrypted, FullyEncrypted, EncryptionStateUnknown }
 
enum  SignatureState { NotSigned, PartiallySigned, FullySigned, SignatureStateUnknown }
 
enum  ThreadingStatus { PerfectParentFound, ImperfectParentFound, ParentMissing, NonThreadable }
 
- Public Types inherited from MessageList::Core::Item
enum  InitialExpandStatus { ExpandNeeded, NoExpandNeeded, ExpandExecuted }
 
enum  Type { GroupHeader, Message, InvisibleRoot }
 
- Static Public Member Functions inherited from MessageList::Core::MessageItem
static void setGeneralFont (const QFont &font)
 
static void setImportantMessageColor (const QColor &color)
 
static void setImportantMessageFont (const QFont &font)
 
static void setToDoMessageColor (const QColor &color)
 
static void setToDoMessageFont (const QFont &font)
 
static void setUnreadMessageColor (const QColor &color)
 
static void setUnreadMessageFont (const QFont &font)
 
- Protected Member Functions inherited from MessageList::Core::MessageItem
 MessageItem (MessageItemPrivate *dd)
 
- Protected Member Functions inherited from MessageList::Core::Item
 Item (Type type)
 
 Item (Type type, ItemPrivate *dd)
 
- Protected Attributes inherited from MessageList::Core::Item
ItemPrivate *const d_ptr
 

Detailed Description

A message item that can have a fake tag list and a fake annotation.

Definition at line 218 of file messageitem.h.

Constructor & Destructor Documentation

FakeItem::FakeItem ( )
explicit

Definition at line 695 of file messageitem.cpp.

FakeItem::~FakeItem ( )

Definition at line 700 of file messageitem.cpp.

Member Function Documentation

bool FakeItem::hasAnnotation ( ) const
virtual

Reimplemented to always return true.

Reimplemented from MessageList::Core::MessageItem.

Definition at line 716 of file messageitem.cpp.

void FakeItem::setFakeTags ( const QList< Tag * > &  tagList)

Sets a list of fake tags for this item.

Definition at line 710 of file messageitem.cpp.

QList< MessageItem::Tag * > FakeItem::tagList ( ) const
virtual

Reimplemented to return the fake tag list.

Reimplemented from MessageList::Core::MessageItem.

Definition at line 704 of file messageitem.cpp.


The documentation for this class was generated from the following files:
  • messageitem.h
  • messageitem.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:32 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

messagelist

Skip menu "messagelist"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal