KHTML
khtml_pagecache.h
Go to the documentation of this file.
Definition: khtml_pagecache.h:114
void emitData(const QByteArray &data)
KHTMLPageCacheDelivery(QIODevice *_file)
Definition: khtml_pagecache.h:118
~KHTMLPageCacheDelivery()
Definition: khtml_pagecache.cpp:289
Singleton Object that handles a binary cache on top of the http cache management of kio.
Definition: khtml_pagecache.h:39
void saveData(long id, QDataStream *str)
Save the data of cache entry id to the datastream str.
Definition: khtml_pagecache.cpp:267
void fetchData(long id, QObject *recvObj, const char *recvSlot)
Fetch data for cache entry id and send it to slot recvSlot in the object recvObj.
Definition: khtml_pagecache.cpp:206
void endData(long id)
Signal end of data for the cache entry with id id.
Definition: khtml_pagecache.cpp:172
void addData(long id, const QByteArray &data)
Add data to the cache entry with id id.
Definition: khtml_pagecache.cpp:163
void cancelFetch(QObject *recvObj)
Cancel sending data to recvObj.
Definition: khtml_pagecache.cpp:224
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.