DOM::CSSImportRuleImpl Class Reference
Inheritance diagram for DOM::CSSImportRuleImpl:

Detailed Description
Definition at line 98 of file css_ruleimpl.h.
Public Member Functions | |
| CSSImportRuleImpl (StyleBaseImpl *parent, const DOM::DOMString &href, const DOM::DOMString &media) | |
| CSSImportRuleImpl (StyleBaseImpl *parent, const DOM::DOMString &href, MediaListImpl *media) | |
| virtual | ~CSSImportRuleImpl () |
| DOM::DOMString | href () const |
| MediaListImpl * | media () const |
| CSSStyleSheetImpl * | styleSheet () const |
| virtual bool | isImportRule () const |
| virtual void | setStyleSheet (const DOM::DOMString &url, const DOM::DOMString &sheet, const DOM::DOMString &charset) |
| virtual void | error (int err, const QString &text) |
| bool | isLoading () |
| virtual void | init () |
Protected Attributes | |
| DOMString | m_strHref |
| MediaListImpl * | m_lstMedia |
| CSSStyleSheetImpl * | m_styleSheet |
| khtml::CachedCSSStyleSheet * | m_cachedSheet |
| bool | m_loading |
| bool | m_done |
The documentation for this class was generated from the following files:

