KJS::DOMCSSStyleDeclaration Class Reference
Inheritance diagram for KJS::DOMCSSStyleDeclaration:

Detailed Description
Definition at line 36 of file kjs_css.h.
Public Types | |
CssText | |
Length | |
ParentRule | |
GetPropertyValue | |
GetPropertyCSSValue | |
RemoveProperty | |
GetPropertyPriority | |
SetProperty | |
Item | |
enum | { CssText, Length, ParentRule, GetPropertyValue, GetPropertyCSSValue, RemoveProperty, GetPropertyPriority, SetProperty, Item } |
Public Member Functions | |
DOMCSSStyleDeclaration (ExecState *exec, const DOM::CSSStyleDeclaration &s) | |
virtual | ~DOMCSSStyleDeclaration () |
virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
virtual void | tryPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr=None) |
virtual bool | hasProperty (ExecState *exec, const Identifier &propertyName) const |
virtual const ClassInfo * | classInfo () const |
DOM::CSSStyleDeclaration | toStyleDecl () const |
Static Public Attributes | |
static const ClassInfo | info = { "CSSStyleDeclaration", 0, &DOMCSSStyleDeclarationTable, 0 } |
Protected Attributes | |
DOM::CSSStyleDeclaration | styleDecl |
The documentation for this class was generated from the following files: