khtml::CachedScript Class Reference
a cached script More...
#include <loader.h>
Collaboration diagram for khtml::CachedScript:

Public Member Functions | |
| CachedScript (DocLoader *dl, const DOM::DOMString &url, KIO::CacheControl cachePolicy, time_t _expireDate, const QString &charset) | |
| CachedScript (const DOM::DOMString &url, const QString &script_data) | |
| const DOM::DOMString & | script () 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 () |
| bool | isLoaded () const |
Protected Attributes | |
| DOM::DOMString | m_script |
| QTextCodec * | m_codec |
Detailed Description
a cached script
Definition at line 212 of file loader.h.
The documentation for this class was generated from the following files:
