messagelist
Classes | |
class | Aggregation |
class | Delegate |
class | FakeItem |
class | FakeItemPrivate |
class | Filter |
class | GroupHeaderItem |
class | Item |
class | ItemActionItemStatusComparator |
class | ItemDateComparator |
class | ItemImportantStatusComparator |
class | ItemMaxDateComparator |
class | ItemPrivate |
class | ItemReceiverComparator |
class | ItemSenderComparator |
class | ItemSenderOrReceiverComparator |
class | ItemSizeComparator |
class | ItemSubjectComparator |
class | ItemUnreadStatusComparator |
class | Manager |
class | MessageItem |
class | MessageItemPrivate |
class | MessageItemSetManager |
class | Model |
class | ModelInvariantIndex |
class | ModelInvariantRowMapper |
class | ModelInvariantRowMapperPrivate |
class | ModelPrivate |
class | OptionSet |
class | Settings |
class | SortOrder |
class | StorageModel |
class | Theme |
class | ThemeDelegate |
class | View |
class | Widget |
Typedefs | |
typedef long int | MessageItemSetReference |
Detailed Description
The implementation independent part of the MessageList library.
Typedef Documentation
typedef long int MessageList::Core::MessageItemSetReference |
Definition at line 33 of file messageitemsetmanager.h.
Enumeration Type Documentation
This enum is used in the view message selection functions (for instance View::nextMessageItem()).
Enumerator | |
---|---|
MessageTypeAny | |
MessageTypeUnreadOnly |
Pre-selection is the action of automatically selecting a message just after the folder has finished loading.
We may want to select the message that was selected the last time this folder has been open, or we may want to select the first unread message. We also may want to do no pre-selection at all (for example, when the user starts navigating the view before the pre-selection could actually be made and pre-selecting would confuse him). This member holds the option.
All the modes except PreSelectNone try to fallback to "PreSelectLastSelected" when the specified item isn't found.
See Model::setStorageModel() for more information.
Enumerator | |
---|---|
PreSelectNone | |
PreSelectLastSelected | |
PreSelectFirstUnreadCentered | |
PreSelectNewestCentered | |
PreSelectOldestCentered |
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.