KJS::Image Class Reference
Inheritance diagram for KJS::Image:

Public Types | |
enum | { Src, Complete, Width, Height, OnLoad } |
Public Member Functions | |
Image (ExecState *, const DOM::Document &d) | |
~Image () | |
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) |
virtual bool | toBoolean (ExecState *) const |
virtual void | notifyFinished (khtml::CachedObject *finishedObj) |
virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
static const ClassInfo | info = { "Image", 0, &ImageTable, 0 } |
Detailed Description
Definition at line 219 of file kjs_html.h.
The documentation for this class was generated from the following files: