KJS::DOMCSSRule Class Reference
Inheritance diagram for KJS::DOMCSSRule:

Detailed Description
Definition at line 146 of file kjs_css.h.
Public Types | |
| enum | { ParentStyleSheet, Type, CssText, ParentRule, Style_SelectorText, Style_Style, Media_Media, Media_InsertRule, Media_DeleteRule, Media_CssRules, FontFace_Style, Page_SelectorText, Page_Style, Import_Href, Import_Media, Import_StyleSheet, Charset_Encoding } |
Public Member Functions | |
| DOMCSSRule (ExecState *, const DOM::CSSRule &r) | |
| virtual | ~DOMCSSRule () |
| 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) |
| void | putValueProperty (ExecState *exec, int token, const Value &value, int attr) |
| virtual const ClassInfo * | classInfo () const |
| DOM::CSSRule | toCSSRule () const |
Static Public Attributes | |
| static const ClassInfo | info |
| static const ClassInfo | style_info |
| static const ClassInfo | media_info |
| static const ClassInfo | fontface_info |
| static const ClassInfo | page_info |
| static const ClassInfo | import_info |
| static const ClassInfo | charset_info |
Protected Attributes | |
| DOM::CSSRule | cssRule |
The documentation for this class was generated from the following files:

