khtml::CachedCSSStyleSheet Class Reference
a cached style sheet More...
#include <loader.h>
Public Member Functions | |
CachedCSSStyleSheet (DocLoader *dl, const DOM::DOMString &url, KIO::CacheControl cachePolicy, time_t _expireDate, const QString &charset) | |
CachedCSSStyleSheet (const DOM::DOMString &url, const QString &stylesheet_data) | |
const DOM::DOMString & | sheet () const |
virtual void | ref (CachedObjectClient *consumer) |
virtual void | deref (CachedObjectClient *consumer) |
virtual void | data (QBuffer &buffer, bool eof) |
virtual void | error (int err, const char *text) |
virtual bool | schedule () const |
void | checkNotify () |
Protected Attributes | |
DOM::DOMString | m_sheet |
QTextCodec * | m_codec |
Detailed Description
a cached style sheet
Definition at line 185 of file loader.h.
The documentation for this class was generated from the following files: