MessageList::Core::FakeItem
MessageList::Core::FakeItem Class Reference
#include <messageitem.h>
Inheritance diagram for MessageList::Core::FakeItem:
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 193 of file messageitem.h.
Constructor & Destructor Documentation
◆ FakeItem()
|
explicit |
Definition at line 577 of file messageitem.cpp.
◆ ~FakeItem()
|
override |
Definition at line 582 of file messageitem.cpp.
Member Function Documentation
◆ setFakeTags()
void FakeItem::setFakeTags | ( | const QList< Tag * > & | tagList | ) |
Sets a list of fake tags for this item.
Definition at line 594 of file messageitem.cpp.
◆ tagList()
|
overridevirtual |
Reimplemented to return the fake tag list.
Reimplemented from MessageList::Core::MessageItem.
Definition at line 588 of file messageitem.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.