khtml Library API Documentation

KJS::DOMStyleSheet Class Reference

Inheritance diagram for KJS::DOMStyleSheet:

Inheritance graph
[legend]
Collaboration diagram for KJS::DOMStyleSheet:

Collaboration graph
[legend]
List of all members.

Public Types

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

Detailed Description

Definition at line 55 of file kjs_css.h.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Jul 20 14:13:13 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003