KJS::DOMRGBColor Class Reference
Inheritance diagram for KJS::DOMRGBColor:

Detailed Description
Definition at line 254 of file kjs_css.h.
Public Types | |
Red | |
Green | |
Blue | |
enum | { Red, Green, Blue } |
Public Member Functions | |
DOMRGBColor (ExecState *, const DOM::RGBColor &c) | |
~DOMRGBColor () | |
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 = { "RGBColor", 0, &DOMRGBColorTable, 0 } |
Protected Attributes | |
DOM::RGBColor | rgbColor |
The documentation for this class was generated from the following files: