KMBox Library
20 #ifndef KMBOX_MBOX_P_H
21 #define KMBOX_MBOX_P_H
25 #include <QtCore/QFile>
26 #include <QtCore/QObject>
27 #include <QtCore/QTimer>
31 class MBoxPrivate :
public QObject
36 MBoxPrivate( MBox *mbox );
38 virtual ~MBoxPrivate();
42 void initLoad(
const QString &fileName );
46 bool startTimerIfNeeded();
48 bool isMBoxSeparator(
const QByteArray &line )
const;
54 QByteArray mAppendedEntries;
57 quint64 mInitialMboxFileSize;
58 QString mLockFileName;
64 QRegExp mSeparatorMatcher;
67 static QByteArray escapeFrom(
const QByteArray &msg );
72 static QByteArray mboxMessageSeparator(
const QByteArray &msg );
77 static void unescapeFrom(
char *msg,
size_t size );
82 #endif // KMBOX_MBOX_P_H
QList< MBoxEntry > List
Describes a list of mbox entry objects.
LockType
Describes the type of locking that will be used.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:10 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.