KJS::DOMCounter Class Reference
Inheritance diagram for KJS::DOMCounter:

Detailed Description
Definition at line 286 of file kjs_css.h.
Public Types | |
| identifier | |
| listStyle | |
| separator | |
| enum | { identifier, listStyle, separator } |
Public Member Functions | |
| DOMCounter (ExecState *, const DOM::Counter &c) | |
| ~DOMCounter () | |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| Value | getValueProperty (ExecState *exec, int token) const |
| virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
| static const ClassInfo | info = { "Counter", 0, &DOMCounterTable, 0 } |
Protected Attributes | |
| DOM::Counter | counter |
The documentation for this class was generated from the following files:

