KMBox Library
20 #ifndef KMBOX_MBOXENTRY_H 21 #define KMBOX_MBOXENTRY_H 23 #include "kmbox_export.h" 25 #include <QtCore/QList> 26 #include <QtCore/QMetaType> 27 #include <QtCore/QPair> 28 #include <QtCore/QSharedDataPointer> 44 typedef QList<MBoxEntry>
List;
49 typedef QPair<MBoxEntry, MBoxEntry>
Pair;
81 bool operator==(
const MBoxEntry &other )
const;
86 bool operator!=(
const MBoxEntry &other )
const;
97 quint64 messageOffset()
const;
103 quint64 messageSize()
const;
109 quint64 separatorSize()
const;
116 QSharedDataPointer<Private> d;
124 #endif // KMBOX_MBOXENTRY_H A class to access mail storages in MBox format.
QList< MBoxEntry > List
Describes a list of mbox entry objects.
A class that encapsulates an entry of a MBox.
QPair< MBoxEntry, MBoxEntry > Pair
Describes a pair of mbox entry objects.
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Apr 5 2019 15:20:13 by
doxygen 1.8.15 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.