KJS::DOMObject Class Reference
Base class for all objects in this binding - get() and put() run tryGet() and tryPut() respectively, and catch exceptions if they occur.
More...
#include <kjs_binding.h>
List of all members.
|
Public Member Functions |
| DOMObject (const Object &proto) |
virtual Value | get (ExecState *exec, const UString &propertyName) const |
virtual Value | tryGet (ExecState *exec, const UString &propertyName) const |
virtual void | put (ExecState *exec, const UString &propertyName, const Value &value, int attr=None) |
virtual void | tryPut (ExecState *exec, const UString &propertyName, const Value &value, int attr=None) |
virtual UString | toString (ExecState *exec) const |
Detailed Description
Base class for all objects in this binding - get() and put() run tryGet() and tryPut() respectively, and catch exceptions if they occur.
Definition at line 40 of file kjs_binding.h.
The documentation for this class was generated from the following files:
This file is part of the documentation for kdelibs Version 3.1.4.