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;
A class that encapsulates an entry of a MBox.
QPair< MBoxEntry, MBoxEntry > Pair
Describes a pair of mbox entry objects.
QList< MBoxEntry > List
Describes a list of mbox entry objects.
A class to access mail storages in MBox format.
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.