KJS::DOMStyleSheet Class Reference
Inheritance diagram for KJS::DOMStyleSheet:

Detailed Description
Definition at line 57 of file kjs_css.h.
Public Types | |
Type | |
Disabled | |
OwnerNode | |
ParentStyleSheet | |
Href | |
Title | |
Media | |
enum | { Type, Disabled, OwnerNode, ParentStyleSheet, Href, Title, Media } |
Public Member Functions | |
DOMStyleSheet (ExecState *, const DOM::StyleSheet &ss) | |
DOMStyleSheet (const Object &proto, const DOM::StyleSheet &ss) | |
virtual | ~DOMStyleSheet () |
virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
Value | getValueProperty (ExecState *exec, int token) const |
virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
virtual bool | toBoolean (ExecState *) const |
virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
static const ClassInfo | info = { "StyleSheet", 0, &DOMStyleSheetTable, 0 } |
Protected Attributes | |
DOM::StyleSheet | styleSheet |
The documentation for this class was generated from the following files: