kjsembed
KJSEmbed::ObjectFactory Class Reference
#include <object_binding.h>
Static Public Member Functions | |
| static const Method * | methods () |
Static Public Attributes | |
| static const Method | ObjectMethods [] |
Detailed Description
Definition at line 81 of file object_binding.h.
Member Function Documentation
| static const Method* KJSEmbed::ObjectFactory::methods | ( | ) | [inline, static] |
Definition at line 85 of file object_binding.h.
Member Data Documentation
const Method ObjectFactory::ObjectMethods [static] |
Initial value:
{
{"type", 0, KJS::DontDelete|KJS::ReadOnly, &callPointerName },
{"cast", 1, KJS::DontDelete|KJS::ReadOnly, &callPointerCast },
{"toString", 0, KJS::DontDelete|KJS::ReadOnly, &callPointerToString },
{0, 0, 0, 0 }
}
Definition at line 84 of file object_binding.h.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference