DOM::StyleSheetImpl Class Reference
Inheritance diagram for DOM::StyleSheetImpl:

Detailed Description
Definition at line 52 of file css_stylesheetimpl.h.
Public Member Functions | |
StyleSheetImpl (DOM::NodeImpl *ownerNode, DOM::DOMString href=DOMString()) | |
StyleSheetImpl (StyleSheetImpl *parentSheet, DOM::DOMString href=DOMString()) | |
StyleSheetImpl (StyleBaseImpl *owner, DOM::DOMString href=DOMString()) | |
StyleSheetImpl (khtml::CachedCSSStyleSheet *cached, DOM::DOMString href=DOMString()) | |
virtual | ~StyleSheetImpl () |
virtual bool | isStyleSheet () const |
virtual DOM::DOMString | type () const |
bool | disabled () const |
void | setDisabled (bool disabled) |
DOM::NodeImpl * | ownerNode () const |
StyleSheetImpl * | parentStyleSheet () const |
DOM::DOMString | href () const |
DOM::DOMString | title () const |
MediaListImpl * | media () const |
void | setMedia (MediaListImpl *media) |
Protected Attributes | |
DOM::NodeImpl * | m_parentNode |
DOM::DOMString | m_strHref |
DOM::DOMString | m_strTitle |
MediaListImpl * | m_media |
bool | m_disabled |
The documentation for this class was generated from the following files: