khtml::DocLoader
khtml::DocLoader Class Reference
#include <loader.h>
Public Member Functions | |
DocLoader (KHTMLPart *, DOM::DocumentImpl *) | |
bool | autoloadImages () const |
KIO::CacheControl | cachePolicy () const |
void | clearPreloads () |
DOM::DocumentImpl * | doc () const |
QDateTime | expireDate () const |
void | insertCachedObject (CachedObject *o) const |
KHTMLPart * | part () const |
void | printPreloadStats () |
void | registerPreload (CachedObject *) |
void | removeCachedObject (CachedObject *o) const |
CachedFont * | requestFont (const DOM::DOMString &url) |
CachedImage * | requestImage (const DOM::DOMString &url) |
CachedScript * | requestScript (const DOM::DOMString &url, const QString &charset) |
CachedSound * | requestSound (const DOM::DOMString &url) |
CachedCSSStyleSheet * | requestStyleSheet (const DOM::DOMString &url, const QString &charsetHint, const char *accept="text/css", bool userSheet=false) |
void | setAutoloadImages (bool) |
void | setCacheCreationDate (const QDateTime &) |
void | setCachePolicy (KIO::CacheControl cachePolicy) |
void | setExpireDate (const QDateTime &) |
void | setRelativeExpireDate (qint64 seconds) |
void | setShowAnimations (KHTMLSettings::KAnimationAdvice) |
KHTMLSettings::KAnimationAdvice | showAnimations () const |
bool | willLoadMediaElement (const DOM::DOMString &url) |
Detailed Description
Manages the loading of scripts/images/stylesheets for a particular document
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:57:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Aug 11 2022 03:57:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.