khtml::CachedSound
khtml::CachedSound Class Reference
#include <loader.h>
Inheritance diagram for khtml::CachedSound:

Public Member Functions | |
CachedSound (DocLoader *dl, const DOM::DOMString &url, KIO::CacheControl cachePolicy, const char *accept) | |
void | checkNotify () |
void | data (QBuffer &buffer, bool eof) override |
void | error (int err, const char *text) override |
bool | isLoaded () const |
void | ref (CachedObjectClient *consumer) override |
QByteArray | sound () const |
![]() | |
CachedObject (const DOM::DOMString &url, Type type, KIO::CacheControl _cachePolicy, int size) | |
QString | accept () const |
int | accessCount () const |
KIO::CacheControl | cachePolicy () const |
bool | canDelete () const |
QTextCodec * | codecForBuffer (const QString &charset, const QByteArray &buffer) const |
int | count () const |
void | decreasePreloadCount () |
virtual void | deref (CachedObjectClient *consumer) |
virtual void | finish () |
bool | free () const |
bool | hadError () const |
void | increasePreloadCount () |
bool | isExpired () const |
bool | isLoaded () const |
bool | isPreloaded () const |
QString | mimetype () const |
PreloadResult | preloadResult () const |
void | setAccept (const QString &_accept) |
virtual void | setCharset (const QString &) |
void | setExpireDate (const QDateTime &_expireDate) |
void | setProspectiveRequest () |
void | setRequest (Request *_request) |
void | setStatus (Status s) |
int | size () const |
Status | status () const |
Type | type () const |
const DOM::DOMString & | url () const |
Protected Attributes | |
QByteArray | m_sound |
![]() | |
QString | m_accept |
int | m_accessCount |
KIO::CacheControl | m_cachePolicy |
QHash< CachedObjectClient *, CachedObjectClient * > | m_clients |
bool | m_deleted: 1 |
QDateTime | m_expireDate |
bool | m_free: 1 |
bool | m_hadError: 1 |
bool | m_loading: 1 |
QString | m_mimetype |
unsigned | m_preloadCount |
PreloadResult | m_preloadResult: 3 |
bool | m_prospectiveRequest: 1 |
Request * | m_request |
int | m_size |
Status | m_status |
Type | m_type |
DOM::DOMString | m_url |
bool | m_wasBlocked: 1 |
Additional Inherited Members | |
![]() | |
enum | PreloadResult { PreloadNotReferenced = 0, PreloadReferenced, PreloadReferencedWhileLoading, PreloadReferencedWhileComplete } |
enum | Status { Unknown, New, Pending, Persistent, Cached } |
enum | Type { Image, CSSStyleSheet, Script, Sound, Font } |
![]() | |
void | setSize (int size) |
Detailed Description
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 27 2021 22:45:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 27 2021 22:45:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.