KHTML
Go to the documentation of this file.
20 #ifndef __kmultipart_h__
21 #define __kmultipart_h__
28 #include <QtCore/QDate>
41 QObject *parent,
const QVariantList& );
54 void sendData(
const QByteArray& line );
58 void reallySendData(
const QByteArray& line );
60 void slotJobFinished(
KJob *job );
61 void slotData(
KIO::Job *,
const QByteArray & );
64 void slotPartCompleted();
68 void slotProgressInfo();
72 QPointer<KParts::ReadOnlyPart> m_part;
76 QByteArray m_boundary;
81 KLineParser* m_lineParser;
82 bool m_bParsingHeader;
87 long m_totalNumberOfFrames;
88 long m_numberOfFrames;
89 long m_numberOfFramesSkipped;
99 KMultiPartBrowserExtension(
KMultiPart *parent,
const char *name = 0 );
106 void reparseConfiguration();
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:51:04 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.